#BD5742
A medium, moderate red closely aligning with Indianred.
About #BD5742
The hex code #BD5742 represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Indianred. In the RGB color space, it consists of 189 red, 87 green, and 66 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 54% Magenta, 65% Yellow, and 26% Black. The HSL representation is 10.2° hue, 48.2% saturation, and 50.0% lightness.
When using this color as a background, text legibility must be considered. 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#BD5742
RGB189, 87, 66
HSL10.2°, 48.2%, 50.0%
CMYK0%, 54%, 65%, 26%
HSV10.2°, 65.1%, 74.1%
LAB49.5, 39.5, 31.7
XYZ25.4, 18.0, 7.3
Decimal12408642
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.56:1
Text on #FFFFFF
AA
4.61:1
Text on #000000
AA
4.36:1
Text on #F8FAFC
AA Large
3.92:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD5742;
}
.text-color {
color: #BD5742;
}
.border-color {
border: 2px solid #BD5742;
}