Shades of Carmine #AA0913
Tints of Carmine #AA0913
RGB
CMYK
RGB Variations
Color information
#AA0913 (or 0xAA0913) is known color: Carmine. HEX triplet: AA, 09 and 13. RGB value is (170,9,19). Sum of RGB (Red+Green+Blue) = 170+9+19=198 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85.86% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0913 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0913 is #55F6EC. Grayscale: #3A3A3A. Windows color (decimal): -5633773 or 1247658. OLE color: 1247658.
HSL color Cylindrical-coordinate representation of color #AA0913: hue angle of 356.27º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0913 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 19 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.33 |
| HSL | 356.27º | 0.9% | 0.35% | - |
| HSV(B) | 356.27º | 0.95% | 0.67% | - |
| XYZ | 16.79 | 8.79 | 1.43 | - |
| YUV | 58.28 | 105.84 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 19 | 0 | 0.95 | 0.89 | 0.33 | 356.27 | 0.9 | 0.35 |
| Hex | AA | 9 | 13 | 0 | 5F | 59 | 21 | 164 | 5A | 23 |
| Octal | 252 | 11 | 23 | 0 | 137 | 131 | 41 | 544 | 132 | 43 |
| Binary | 10101010 | 1001 | 10011 | 0 | 1011111 | 1011001 | 100001 | 101100100 | 1011010 | 100011 |
Color Harmonies of #AA0913
Complementary color
Monochromatic Colors of #AA0913
Black with #AA0913
Text Example
Text Example
White with #AA0913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0913; }
p { color: rgb(170,9,19); }
H1.HeaderClassName
{
color: #AA0913;
}
.AnyTagClassName
{
color: #AA0913;
}
</style>
background-color css
<style>
a { background-color: #AA0913; }
a { background-color: rgb(170,9,19); }
div.DivClassName
{
background-color: #AA0913;
}
.BgClassName
{
background-color: #AA0913;
}
</style>
border-color css
<style>
span { border-color: #AA0913; }
span { border-color: rgb(170,9,19); }
td.TdClassName
{
border-color: #AA0913;
}
.TagClassName
{
border-color: #AA0913;
}
</style>