Shades of Carmine #AA1011
Tints of Carmine #AA1011
RGB
CMYK
RGB Variations
Color information
#AA1011 (or 0xAA1011) is known color: Carmine. HEX triplet: AA, 10 and 11. RGB value is (170,16,17). Sum of RGB (Red+Green+Blue) = 170+16+17=203 (26% of max value = 765). Red value is 170 (66.80% from 255 or 83.74% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1011 is #55EFEE. Grayscale: #3E3E3E. Windows color (decimal): -5631983 or 1118378. OLE color: 1118378.
HSL color Cylindrical-coordinate representation of color #AA1011: hue angle of 359.61º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA1011 is Cyan = 0, Magento = 0.91, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 17 | - |
| CMYK | 0 | 0.91 | 0.9 | 0.33 |
| HSL | 359.61º | 0.83% | 0.36% | - |
| HSV(B) | 359.61º | 0.91% | 0.67% | - |
| XYZ | 16.86 | 8.96 | 1.37 | - |
| YUV | 62.16 | 102.52 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 17 | 0 | 0.91 | 0.9 | 0.33 | 359.61 | 0.83 | 0.36 |
| Hex | AA | 10 | 11 | 0 | 5B | 5A | 21 | 168 | 53 | 24 |
| Octal | 252 | 20 | 21 | 0 | 133 | 132 | 41 | 550 | 123 | 44 |
| Binary | 10101010 | 10000 | 10001 | 0 | 1011011 | 1011010 | 100001 | 101101000 | 1010011 | 100100 |
Color Harmonies of #AA1011
Complementary color
Monochromatic Colors of #AA1011
Black with #AA1011
Text Example
Text Example
White with #AA1011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1011; }
p { color: rgb(170,16,17); }
H1.HeaderClassName
{
color: #AA1011;
}
.AnyTagClassName
{
color: #AA1011;
}
</style>
background-color css
<style>
a { background-color: #AA1011; }
a { background-color: rgb(170,16,17); }
div.DivClassName
{
background-color: #AA1011;
}
.BgClassName
{
background-color: #AA1011;
}
</style>
border-color css
<style>
span { border-color: #AA1011; }
span { border-color: rgb(170,16,17); }
td.TdClassName
{
border-color: #AA1011;
}
.TagClassName
{
border-color: #AA1011;
}
</style>