Shades of Carmine #AA0B15
Tints of Carmine #AA0B15
RGB
CMYK
RGB Variations
Color information
#AA0B15 (or 0xAA0B15) is known color: Carmine. HEX triplet: AA, 0B and 15. RGB value is (170,11,21). Sum of RGB (Red+Green+Blue) = 170+11+21=202 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.16% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0B15 is #55F4EA. Grayscale: #3B3B3B. Windows color (decimal): -5633259 or 1379242. OLE color: 1379242.
HSL color Cylindrical-coordinate representation of color #AA0B15: hue angle of 356.23º 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 #AA0B15 is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 11 | 21 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.33 |
| HSL | 356.23º | 0.88% | 0.35% | - |
| HSV(B) | 356.23º | 0.94% | 0.67% | - |
| XYZ | 16.83 | 8.84 | 1.53 | - |
| YUV | 59.68 | 106.18 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 21 | 0 | 0.94 | 0.88 | 0.33 | 356.23 | 0.88 | 0.35 |
| Hex | AA | B | 15 | 0 | 5E | 58 | 21 | 164 | 58 | 23 |
| Octal | 252 | 13 | 25 | 0 | 136 | 130 | 41 | 544 | 130 | 43 |
| Binary | 10101010 | 1011 | 10101 | 0 | 1011110 | 1011000 | 100001 | 101100100 | 1011000 | 100011 |
Color Harmonies of #AA0B15
Complementary color
Monochromatic Colors of #AA0B15
Black with #AA0B15
Text Example
Text Example
White with #AA0B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0B15; }
p { color: rgb(170,11,21); }
H1.HeaderClassName
{
color: #AA0B15;
}
.AnyTagClassName
{
color: #AA0B15;
}
</style>
background-color css
<style>
a { background-color: #AA0B15; }
a { background-color: rgb(170,11,21); }
div.DivClassName
{
background-color: #AA0B15;
}
.BgClassName
{
background-color: #AA0B15;
}
</style>
border-color css
<style>
span { border-color: #AA0B15; }
span { border-color: rgb(170,11,21); }
td.TdClassName
{
border-color: #AA0B15;
}
.TagClassName
{
border-color: #AA0B15;
}
</style>