#BD3A07
A dark, vivid orange closely aligning with Firebrick.
About #BD3A07
Visually, #BD3A07 is defined as a vivid orange. Designers often compare it to the standard color Firebrick. In the RGB color space, it consists of 189 red, 58 green, and 7 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 69% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#BD3A07
RGB189, 58, 7
HSL16.8°, 92.9%, 38.4%
CMYK0%, 69%, 96%, 26%
HSV16.8°, 96.3%, 74.1%
LAB44.0, 50.7, 53.6
XYZ22.5, 13.9, 1.7
Decimal12401159
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.57:1
Text on #FFFFFF
AA
3.77:1
Text on #000000
AA Large
5.32:1
Text on #F8FAFC
AA
3.21:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD3A07;
}
.text-color {
color: #BD3A07;
}
.border-color {
border: 2px solid #BD3A07;
}