Beni Tobi — 江戸 — 秋
紅鳶
べにとび
#A83C28 秋 江戸
Description
鳶色に紅みを加えた深い赤橙。江戸時代に流行した渋い色で、男性の着物の裏地や小物に多く使われた粋な色調。
HEX#A83C28
RGBrgb(168, 60, 40)
HSLhsl(9deg 62% 41%)
現代UIでの使用例
UI Preview
Heading
日本の
伝統色
Japanese Traditional Color
コードスニペット
Code Snippets
CSS Variables
:root {
--color-beni-tobi: #A83C28;
--color-beni-tobi-accent: #B84838;
--color-beni-tobi-light: #F8EAE8;
}bg-[#A83C28] /* 背景色 */
text-[#A83C28] /* テキスト色 */
border-[#A83C28] /* ボーダー */
bg-[#F8EAE8] text-[#B84838] /* 淡背景バッジ */
.beni-tobi {
background-color: #A83C28;
}
.beni-tobi-accent {
background-color: #B84838;
}
.beni-tobi-light {
background-color: #F8EAE8;
}
.text-beni-tobi {
color: #A83C28;
}HEX #A83C28
RGB rgb(168, 60, 40)
HSL hsl(9deg 62% 41%)
Accent
HEX #B84838
Light
HEX #F8EAE8