Shades of Carmine #AA0212
Tints of Carmine #AA0212
RGB
CMYK
RGB Variations
Color information
#AA0212 (or 0xAA0212) is known color: Carmine. HEX triplet: AA, 02 and 12. RGB value is (170,2,18). Sum of RGB (Red+Green+Blue) = 170+2+18=190 (25% of max value = 765). Red value is 170 (66.80% from 255 or 89.47% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0212 is #55FDED. Grayscale: #363636. Windows color (decimal): -5635566 or 1180330. OLE color: 1180330.
HSL color Cylindrical-coordinate representation of color #AA0212: hue angle of 354.29º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA0212 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 18 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.33 |
| HSL | 354.29º | 0.98% | 0.34% | - |
| HSV(B) | 354.29º | 0.99% | 0.67% | - |
| XYZ | 16.71 | 8.63 | 1.36 | - |
| YUV | 54.06 | 107.66 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 18 | 0 | 0.99 | 0.89 | 0.33 | 354.29 | 0.98 | 0.34 |
| Hex | AA | 2 | 12 | 0 | 63 | 59 | 21 | 162 | 62 | 22 |
| Octal | 252 | 2 | 22 | 0 | 143 | 131 | 41 | 542 | 142 | 42 |
| Binary | 10101010 | 10 | 10010 | 0 | 1100011 | 1011001 | 100001 | 101100010 | 1100010 | 100010 |
Color Harmonies of #AA0212
Complementary color
Monochromatic Colors of #AA0212
Black with #AA0212
Text Example
Text Example
White with #AA0212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0212; }
p { color: rgb(170,2,18); }
H1.HeaderClassName
{
color: #AA0212;
}
.AnyTagClassName
{
color: #AA0212;
}
</style>
background-color css
<style>
a { background-color: #AA0212; }
a { background-color: rgb(170,2,18); }
div.DivClassName
{
background-color: #AA0212;
}
.BgClassName
{
background-color: #AA0212;
}
</style>
border-color css
<style>
span { border-color: #AA0212; }
span { border-color: rgb(170,2,18); }
td.TdClassName
{
border-color: #AA0212;
}
.TagClassName
{
border-color: #AA0212;
}
</style>