Shades of Carmine #AA0D16
Tints of Carmine #AA0D16
RGB
CMYK
RGB Variations
Color information
#AA0D16 (or 0xAA0D16) is known color: Carmine. HEX triplet: AA, 0D and 16. RGB value is (170,13,22). Sum of RGB (Red+Green+Blue) = 170+13+22=205 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.93% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0D16 is #55F2E9. Grayscale: #3D3D3D. Windows color (decimal): -5632746 or 1445290. OLE color: 1445290.
HSL color Cylindrical-coordinate representation of color #AA0D16: hue angle of 356.56º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0D16 is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 13 | 22 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.33 |
| HSL | 356.56º | 0.86% | 0.36% | - |
| HSV(B) | 356.56º | 0.92% | 0.67% | - |
| XYZ | 16.87 | 8.89 | 1.59 | - |
| YUV | 60.97 | 106.01 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 22 | 0 | 0.92 | 0.87 | 0.33 | 356.56 | 0.86 | 0.36 |
| Hex | AA | D | 16 | 0 | 5C | 57 | 21 | 165 | 56 | 24 |
| Octal | 252 | 15 | 26 | 0 | 134 | 127 | 41 | 545 | 126 | 44 |
| Binary | 10101010 | 1101 | 10110 | 0 | 1011100 | 1010111 | 100001 | 101100101 | 1010110 | 100100 |
Color Harmonies of #AA0D16
Complementary color
Monochromatic Colors of #AA0D16
Black with #AA0D16
Text Example
Text Example
White with #AA0D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0D16; }
p { color: rgb(170,13,22); }
H1.HeaderClassName
{
color: #AA0D16;
}
.AnyTagClassName
{
color: #AA0D16;
}
</style>
background-color css
<style>
a { background-color: #AA0D16; }
a { background-color: rgb(170,13,22); }
div.DivClassName
{
background-color: #AA0D16;
}
.BgClassName
{
background-color: #AA0D16;
}
</style>
border-color css
<style>
span { border-color: #AA0D16; }
span { border-color: rgb(170,13,22); }
td.TdClassName
{
border-color: #AA0D16;
}
.TagClassName
{
border-color: #AA0D16;
}
</style>