#BD3A49
A medium, moderate red closely aligning with Indianred.
About #BD3A49
The precise color #BD3A49 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Indianred. Its digital footprint relies on 189 parts red, 58 parts green, and 73 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 69% Magenta, 61% Yellow, and 26% Black. The HSL representation is 353.1° hue, 53.0% saturation, and 48.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BD3A49
RGB189, 58, 73
HSL353.1°, 53.0%, 48.4%
CMYK0%, 69%, 61%, 26%
HSV353.1°, 69.3%, 74.1%
LAB44.7, 53.1, 21.5
XYZ23.7, 14.3, 7.8
Decimal12401225
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.43:1
Text on #FFFFFF
AA
3.87:1
Text on #000000
AA Large
5.19:1
Text on #F8FAFC
AA
3.29:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD3A49;
}
.text-color {
color: #BD3A49;
}
.border-color {
border: 2px solid #BD3A49;
}