#BD502C
A medium, moderate red closely aligning with Sienna.
About #BD502C
When working with digital screens, the color #BD502C is rendered by mixing light. If you're using CSS, you might find it aligns closely with Sienna. This translates to an RGB value of rgb(189, 80, 44).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 58% Magenta, 77% Yellow, and 26% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BD502C
RGB189, 80, 44
HSL14.9°, 62.2%, 45.7%
CMYK0%, 58%, 77%, 26%
HSV14.9°, 76.7%, 74.1%
LAB47.9, 41.8, 41.9
XYZ24.3, 16.7, 4.3
Decimal12406828
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.83:1
Text on #FFFFFF
AA
4.35:1
Text on #000000
AA Large
4.62:1
Text on #F8FAFC
AA
3.70:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD502C;
}
.text-color {
color: #BD502C;
}
.border-color {
border: 2px solid #BD502C;
}