Shades of Carmine #AA0D13
Tints of Carmine #AA0D13
RGB
CMYK
RGB Variations
Color information
#AA0D13 (or 0xAA0D13) is known color: Carmine. HEX triplet: AA, 0D and 13. RGB value is (170,13,19). Sum of RGB (Red+Green+Blue) = 170+13+19=202 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.16% from 202); Green value is 13 (5.47% from 255 or 6.44% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0D13 is #55F2EC. Grayscale: #3C3C3C. Windows color (decimal): -5632749 or 1248682. OLE color: 1248682.
HSL color Cylindrical-coordinate representation of color #AA0D13: hue angle of 357.71º 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 #AA0D13 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 13 | 19 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.33 |
| HSL | 357.71º | 0.86% | 0.36% | - |
| HSV(B) | 357.71º | 0.92% | 0.67% | - |
| XYZ | 16.84 | 8.88 | 1.44 | - |
| YUV | 60.63 | 104.51 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 19 | 0 | 0.92 | 0.89 | 0.33 | 357.71 | 0.86 | 0.36 |
| Hex | AA | D | 13 | 0 | 5C | 59 | 21 | 166 | 56 | 24 |
| Octal | 252 | 15 | 23 | 0 | 134 | 131 | 41 | 546 | 126 | 44 |
| Binary | 10101010 | 1101 | 10011 | 0 | 1011100 | 1011001 | 100001 | 101100110 | 1010110 | 100100 |
Color Harmonies of #AA0D13
Complementary color
Monochromatic Colors of #AA0D13
Black with #AA0D13
Text Example
Text Example
White with #AA0D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0D13; }
p { color: rgb(170,13,19); }
H1.HeaderClassName
{
color: #AA0D13;
}
.AnyTagClassName
{
color: #AA0D13;
}
</style>
background-color css
<style>
a { background-color: #AA0D13; }
a { background-color: rgb(170,13,19); }
div.DivClassName
{
background-color: #AA0D13;
}
.BgClassName
{
background-color: #AA0D13;
}
</style>
border-color css
<style>
span { border-color: #AA0D13; }
span { border-color: rgb(170,13,19); }
td.TdClassName
{
border-color: #AA0D13;
}
.TagClassName
{
border-color: #AA0D13;
}
</style>