#A03349
A medium, moderate red closely aligning with Indianred.
About #A03349
When working with digital screens, the color #A03349 is rendered by mixing light. It is closely associated with the named CSS color Indianred. This translates to an RGB value of rgb(160, 51, 73).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 68% M, 54% Y, and 37% K. With a hue angle of 347.9 degrees, it sits comfortably in the red spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A03349
RGB160, 51, 73
HSL347.9°, 51.7%, 41.4%
CMYK0%, 68%, 54%, 37%
HSV347.9°, 68.1%, 62.7%
LAB38.4, 46.5, 12.2
XYZ16.9, 10.3, 7.4
Decimal10498889
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.85:1
Text on #FFFFFF
AA
3.06:1
Text on #000000
AA Large
6.55:1
Text on #F8FAFC
AA
2.61:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A03349;
}
.text-color {
color: #A03349;
}
.border-color {
border: 2px solid #A03349;
}