Shades of Carmine #AA0811
Tints of Carmine #AA0811
RGB
CMYK
RGB Variations
Color information
#AA0811 (or 0xAA0811) is known color: Carmine. HEX triplet: AA, 08 and 11. RGB value is (170,8,17). Sum of RGB (Red+Green+Blue) = 170+8+17=195 (25% of max value = 765). Red value is 170 (66.80% from 255 or 87.18% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0811 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0811 is #55F7EE. Grayscale: #393939. Windows color (decimal): -5634031 or 1116330. OLE color: 1116330.
HSL color Cylindrical-coordinate representation of color #AA0811: hue angle of 356.67º degrees, saturation: 0.91, 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 #AA0811 is Cyan = 0, Magento = 0.95, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 8 | 17 | - |
| CMYK | 0 | 0.95 | 0.9 | 0.33 |
| HSL | 356.67º | 0.91% | 0.35% | - |
| HSV(B) | 356.67º | 0.95% | 0.67% | - |
| XYZ | 16.77 | 8.76 | 1.34 | - |
| YUV | 57.46 | 105.17 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 17 | 0 | 0.95 | 0.9 | 0.33 | 356.67 | 0.91 | 0.35 |
| Hex | AA | 8 | 11 | 0 | 5F | 5A | 21 | 165 | 5B | 23 |
| Octal | 252 | 10 | 21 | 0 | 137 | 132 | 41 | 545 | 133 | 43 |
| Binary | 10101010 | 1000 | 10001 | 0 | 1011111 | 1011010 | 100001 | 101100101 | 1011011 | 100011 |
Color Harmonies of #AA0811
Complementary color
Monochromatic Colors of #AA0811
Black with #AA0811
Text Example
Text Example
White with #AA0811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0811; }
p { color: rgb(170,8,17); }
H1.HeaderClassName
{
color: #AA0811;
}
.AnyTagClassName
{
color: #AA0811;
}
</style>
background-color css
<style>
a { background-color: #AA0811; }
a { background-color: rgb(170,8,17); }
div.DivClassName
{
background-color: #AA0811;
}
.BgClassName
{
background-color: #AA0811;
}
</style>
border-color css
<style>
span { border-color: #AA0811; }
span { border-color: rgb(170,8,17); }
td.TdClassName
{
border-color: #AA0811;
}
.TagClassName
{
border-color: #AA0811;
}
</style>