Shades of Carmine #AA0316
Tints of Carmine #AA0316
RGB
CMYK
RGB Variations
Color information
#AA0316 (or 0xAA0316) is known color: Carmine. HEX triplet: AA, 03 and 16. RGB value is (170,3,22). Sum of RGB (Red+Green+Blue) = 170+3+22=195 (25% of max value = 765). Red value is 170 (66.80% from 255 or 87.18% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0316 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0316 is #55FCE9. Grayscale: #373737. Windows color (decimal): -5635306 or 1442730. OLE color: 1442730.
HSL color Cylindrical-coordinate representation of color #AA0316: hue angle of 353.17º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA0316 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 3 | 22 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.33 |
| HSL | 353.17º | 0.97% | 0.34% | - |
| HSV(B) | 353.17º | 0.98% | 0.67% | - |
| XYZ | 16.75 | 8.67 | 1.55 | - |
| YUV | 55.1 | 109.33 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 22 | 0 | 0.98 | 0.87 | 0.33 | 353.17 | 0.97 | 0.34 |
| Hex | AA | 3 | 16 | 0 | 62 | 57 | 21 | 161 | 61 | 22 |
| Octal | 252 | 3 | 26 | 0 | 142 | 127 | 41 | 541 | 141 | 42 |
| Binary | 10101010 | 11 | 10110 | 0 | 1100010 | 1010111 | 100001 | 101100001 | 1100001 | 100010 |
Color Harmonies of #AA0316
Complementary color
Monochromatic Colors of #AA0316
Black with #AA0316
Text Example
Text Example
White with #AA0316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0316; }
p { color: rgb(170,3,22); }
H1.HeaderClassName
{
color: #AA0316;
}
.AnyTagClassName
{
color: #AA0316;
}
</style>
background-color css
<style>
a { background-color: #AA0316; }
a { background-color: rgb(170,3,22); }
div.DivClassName
{
background-color: #AA0316;
}
.BgClassName
{
background-color: #AA0316;
}
</style>
border-color css
<style>
span { border-color: #AA0316; }
span { border-color: rgb(170,3,22); }
td.TdClassName
{
border-color: #AA0316;
}
.TagClassName
{
border-color: #AA0316;
}
</style>