#B6505F
A medium, moderate red closely aligning with Indianred.
About #B6505F
Visually, #B6505F is defined as a moderate red. Designers often compare it to the standard color Indianred. This translates to an RGB value of rgb(182, 80, 95).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 56% magenta inks. With a hue angle of 351.2 degrees, it sits comfortably in the red spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B6505F
RGB182, 80, 95
HSL351.2°, 41.1%, 51.4%
CMYK0%, 56%, 48%, 29%
HSV351.2°, 56.0%, 71.4%
LAB47.6, 42.7, 11.9
XYZ24.2, 16.5, 12.7
Decimal11948127
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.88:1
Text on #FFFFFF
AA
4.30:1
Text on #000000
AA Large
4.67:1
Text on #F8FAFC
AA
3.66:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B6505F;
}
.text-color {
color: #B6505F;
}
.border-color {
border: 2px solid #B6505F;
}