Shades of Carmine #AA0116
Tints of Carmine #AA0116
RGB
CMYK
RGB Variations
Color information
#AA0116 (or 0xAA0116) is known color: Carmine. HEX triplet: AA, 01 and 16. RGB value is (170,1,22). Sum of RGB (Red+Green+Blue) = 170+1+22=193 (25% of max value = 765). Red value is 170 (66.80% from 255 or 88.08% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0116 is #55FEE9. Grayscale: #363636. Windows color (decimal): -5635818 or 1442218. OLE color: 1442218.
HSL color Cylindrical-coordinate representation of color #AA0116: hue angle of 352.54º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA0116 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 22 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.33 |
| HSL | 352.54º | 0.99% | 0.34% | - |
| HSV(B) | 352.54º | 0.99% | 0.67% | - |
| XYZ | 16.73 | 8.63 | 1.54 | - |
| YUV | 53.93 | 109.99 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 22 | 0 | 0.99 | 0.87 | 0.33 | 352.54 | 0.99 | 0.34 |
| Hex | AA | 1 | 16 | 0 | 63 | 57 | 21 | 161 | 63 | 22 |
| Octal | 252 | 1 | 26 | 0 | 143 | 127 | 41 | 541 | 143 | 42 |
| Binary | 10101010 | 1 | 10110 | 0 | 1100011 | 1010111 | 100001 | 101100001 | 1100011 | 100010 |
Color Harmonies of #AA0116
Complementary color
Monochromatic Colors of #AA0116
Black with #AA0116
Text Example
Text Example
White with #AA0116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0116; }
p { color: rgb(170,1,22); }
H1.HeaderClassName
{
color: #AA0116;
}
.AnyTagClassName
{
color: #AA0116;
}
</style>
background-color css
<style>
a { background-color: #AA0116; }
a { background-color: rgb(170,1,22); }
div.DivClassName
{
background-color: #AA0116;
}
.BgClassName
{
background-color: #AA0116;
}
</style>
border-color css
<style>
span { border-color: #AA0116; }
span { border-color: rgb(170,1,22); }
td.TdClassName
{
border-color: #AA0116;
}
.TagClassName
{
border-color: #AA0116;
}
</style>