Shades of Carmine #AA0B11
Tints of Carmine #AA0B11
RGB
CMYK
RGB Variations
Color information
#AA0B11 (or 0xAA0B11) is known color: Carmine. HEX triplet: AA, 0B and 11. RGB value is (170,11,17). Sum of RGB (Red+Green+Blue) = 170+11+17=198 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85.86% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0B11 is #55F4EE. Grayscale: #3B3B3B. Windows color (decimal): -5633263 or 1117098. OLE color: 1117098.
HSL color Cylindrical-coordinate representation of color #AA0B11: hue angle of 357.74º degrees, saturation: 0.88, 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 #AA0B11 is Cyan = 0, Magento = 0.94, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 11 | 17 | - |
| CMYK | 0 | 0.94 | 0.9 | 0.33 |
| HSL | 357.74º | 0.88% | 0.35% | - |
| HSV(B) | 357.74º | 0.94% | 0.67% | - |
| XYZ | 16.8 | 8.83 | 1.35 | - |
| YUV | 59.23 | 104.18 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 17 | 0 | 0.94 | 0.9 | 0.33 | 357.74 | 0.88 | 0.35 |
| Hex | AA | B | 11 | 0 | 5E | 5A | 21 | 166 | 58 | 23 |
| Octal | 252 | 13 | 21 | 0 | 136 | 132 | 41 | 546 | 130 | 43 |
| Binary | 10101010 | 1011 | 10001 | 0 | 1011110 | 1011010 | 100001 | 101100110 | 1011000 | 100011 |
Color Harmonies of #AA0B11
Complementary color
Monochromatic Colors of #AA0B11
Black with #AA0B11
Text Example
Text Example
White with #AA0B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0B11; }
p { color: rgb(170,11,17); }
H1.HeaderClassName
{
color: #AA0B11;
}
.AnyTagClassName
{
color: #AA0B11;
}
</style>
background-color css
<style>
a { background-color: #AA0B11; }
a { background-color: rgb(170,11,17); }
div.DivClassName
{
background-color: #AA0B11;
}
.BgClassName
{
background-color: #AA0B11;
}
</style>
border-color css
<style>
span { border-color: #AA0B11; }
span { border-color: rgb(170,11,17); }
td.TdClassName
{
border-color: #AA0B11;
}
.TagClassName
{
border-color: #AA0B11;
}
</style>