Shades of Carmine #AA0412
Tints of Carmine #AA0412
RGB
CMYK
RGB Variations
Color information
#AA0412 (or 0xAA0412) is known color: Carmine. HEX triplet: AA, 04 and 12. RGB value is (170,4,18). Sum of RGB (Red+Green+Blue) = 170+4+18=192 (25% of max value = 765). Red value is 170 (66.80% from 255 or 88.54% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0412 is #55FBED. Grayscale: #373737. Windows color (decimal): -5635054 or 1180842. OLE color: 1180842.
HSL color Cylindrical-coordinate representation of color #AA0412: hue angle of 354.94º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA0412 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 18 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.33 |
| HSL | 354.94º | 0.95% | 0.34% | - |
| HSV(B) | 354.94º | 0.98% | 0.67% | - |
| XYZ | 16.73 | 8.68 | 1.37 | - |
| YUV | 55.23 | 107 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 18 | 0 | 0.98 | 0.89 | 0.33 | 354.94 | 0.95 | 0.34 |
| Hex | AA | 4 | 12 | 0 | 62 | 59 | 21 | 163 | 5F | 22 |
| Octal | 252 | 4 | 22 | 0 | 142 | 131 | 41 | 543 | 137 | 42 |
| Binary | 10101010 | 100 | 10010 | 0 | 1100010 | 1011001 | 100001 | 101100011 | 1011111 | 100010 |
Color Harmonies of #AA0412
Complementary color
Monochromatic Colors of #AA0412
Black with #AA0412
Text Example
Text Example
White with #AA0412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0412; }
p { color: rgb(170,4,18); }
H1.HeaderClassName
{
color: #AA0412;
}
.AnyTagClassName
{
color: #AA0412;
}
</style>
background-color css
<style>
a { background-color: #AA0412; }
a { background-color: rgb(170,4,18); }
div.DivClassName
{
background-color: #AA0412;
}
.BgClassName
{
background-color: #AA0412;
}
</style>
border-color css
<style>
span { border-color: #AA0412; }
span { border-color: rgb(170,4,18); }
td.TdClassName
{
border-color: #AA0412;
}
.TagClassName
{
border-color: #AA0412;
}
</style>