Shades of Carmine #AA0A11
Tints of Carmine #AA0A11
RGB
CMYK
RGB Variations
Color information
#AA0A11 (or 0xAA0A11) is known color: Carmine. HEX triplet: AA, 0A and 11. RGB value is (170,10,17). Sum of RGB (Red+Green+Blue) = 170+10+17=197 (26% of max value = 765). Red value is 170 (66.80% from 255 or 86.29% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0A11 is #55F5EE. Grayscale: #3A3A3A. Windows color (decimal): -5633519 or 1116842. OLE color: 1116842.
HSL color Cylindrical-coordinate representation of color #AA0A11: hue angle of 357.38º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0A11 is Cyan = 0, Magento = 0.94, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 10 | 17 | - |
| CMYK | 0 | 0.94 | 0.9 | 0.33 |
| HSL | 357.38º | 0.89% | 0.35% | - |
| HSV(B) | 357.38º | 0.94% | 0.67% | - |
| XYZ | 16.79 | 8.8 | 1.34 | - |
| YUV | 58.64 | 104.51 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 17 | 0 | 0.94 | 0.9 | 0.33 | 357.38 | 0.89 | 0.35 |
| Hex | AA | A | 11 | 0 | 5E | 5A | 21 | 165 | 59 | 23 |
| Octal | 252 | 12 | 21 | 0 | 136 | 132 | 41 | 545 | 131 | 43 |
| Binary | 10101010 | 1010 | 10001 | 0 | 1011110 | 1011010 | 100001 | 101100101 | 1011001 | 100011 |
Color Harmonies of #AA0A11
Complementary color
Monochromatic Colors of #AA0A11
Black with #AA0A11
Text Example
Text Example
White with #AA0A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0A11; }
p { color: rgb(170,10,17); }
H1.HeaderClassName
{
color: #AA0A11;
}
.AnyTagClassName
{
color: #AA0A11;
}
</style>
background-color css
<style>
a { background-color: #AA0A11; }
a { background-color: rgb(170,10,17); }
div.DivClassName
{
background-color: #AA0A11;
}
.BgClassName
{
background-color: #AA0A11;
}
</style>
border-color css
<style>
span { border-color: #AA0A11; }
span { border-color: rgb(170,10,17); }
td.TdClassName
{
border-color: #AA0A11;
}
.TagClassName
{
border-color: #AA0A11;
}
</style>