#BD573A
A medium, moderate red closely aligning with Sienna.
About #BD573A
At its core, #BD573A is a medium and moderate hue. Designers often compare it to the standard color Sienna. In the RGB color space, it consists of 189 red, 87 green, and 58 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 54% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BD573A
RGB189, 87, 58
HSL13.3°, 53.0%, 48.4%
CMYK0%, 54%, 69%, 26%
HSV13.3°, 69.3%, 74.1%
LAB49.4, 39.0, 36.1
XYZ25.2, 17.9, 6.1
Decimal12408634
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.58:1
Text on #FFFFFF
AA
4.59:1
Text on #000000
AA
4.37:1
Text on #F8FAFC
AA Large
3.90:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD573A;
}
.text-color {
color: #BD573A;
}
.border-color {
border: 2px solid #BD573A;
}