Shades of Carmine #AA0511
Tints of Carmine #AA0511
RGB
CMYK
RGB Variations
Color information
#AA0511 (or 0xAA0511) is known color: Carmine. HEX triplet: AA, 05 and 11. RGB value is (170,5,17). Sum of RGB (Red+Green+Blue) = 170+5+17=192 (25% of max value = 765). Red value is 170 (66.80% from 255 or 88.54% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0511 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0511 is #55FAEE. Grayscale: #373737. Windows color (decimal): -5634799 or 1115562. OLE color: 1115562.
HSL color Cylindrical-coordinate representation of color #AA0511: hue angle of 355.64º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA0511 is Cyan = 0, Magento = 0.97, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 17 | - |
| CMYK | 0 | 0.97 | 0.9 | 0.33 |
| HSL | 355.64º | 0.94% | 0.34% | - |
| HSV(B) | 355.64º | 0.97% | 0.67% | - |
| XYZ | 16.73 | 8.7 | 1.33 | - |
| YUV | 55.7 | 106.16 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 17 | 0 | 0.97 | 0.9 | 0.33 | 355.64 | 0.94 | 0.34 |
| Hex | AA | 5 | 11 | 0 | 61 | 5A | 21 | 164 | 5E | 22 |
| Octal | 252 | 5 | 21 | 0 | 141 | 132 | 41 | 544 | 136 | 42 |
| Binary | 10101010 | 101 | 10001 | 0 | 1100001 | 1011010 | 100001 | 101100100 | 1011110 | 100010 |
Color Harmonies of #AA0511
Complementary color
Monochromatic Colors of #AA0511
Black with #AA0511
Text Example
Text Example
White with #AA0511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0511; }
p { color: rgb(170,5,17); }
H1.HeaderClassName
{
color: #AA0511;
}
.AnyTagClassName
{
color: #AA0511;
}
</style>
background-color css
<style>
a { background-color: #AA0511; }
a { background-color: rgb(170,5,17); }
div.DivClassName
{
background-color: #AA0511;
}
.BgClassName
{
background-color: #AA0511;
}
</style>
border-color css
<style>
span { border-color: #AA0511; }
span { border-color: rgb(170,5,17); }
td.TdClassName
{
border-color: #AA0511;
}
.TagClassName
{
border-color: #AA0511;
}
</style>