Shades of Carmine #AA1314
Tints of Carmine #AA1314
RGB
CMYK
RGB Variations
Color information
#AA1314 (or 0xAA1314) is known color: Carmine. HEX triplet: AA, 13 and 14. RGB value is (170,19,20). Sum of RGB (Red+Green+Blue) = 170+19+20=209 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.34% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1314 is #55ECEB. Grayscale: #404040. Windows color (decimal): -5631212 or 1315754. OLE color: 1315754.
HSL color Cylindrical-coordinate representation of color #AA1314: hue angle of 359.6º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1314 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 19 | 20 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.33 |
| HSL | 359.6º | 0.8% | 0.37% | - |
| HSV(B) | 359.6º | 0.89% | 0.67% | - |
| XYZ | 16.94 | 9.06 | 1.52 | - |
| YUV | 64.26 | 103.03 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 20 | 0 | 0.89 | 0.88 | 0.33 | 359.6 | 0.8 | 0.37 |
| Hex | AA | 13 | 14 | 0 | 59 | 58 | 21 | 168 | 50 | 25 |
| Octal | 252 | 23 | 24 | 0 | 131 | 130 | 41 | 550 | 120 | 45 |
| Binary | 10101010 | 10011 | 10100 | 0 | 1011001 | 1011000 | 100001 | 101101000 | 1010000 | 100101 |
Color Harmonies of #AA1314
Complementary color
Monochromatic Colors of #AA1314
Black with #AA1314
Text Example
Text Example
White with #AA1314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1314; }
p { color: rgb(170,19,20); }
H1.HeaderClassName
{
color: #AA1314;
}
.AnyTagClassName
{
color: #AA1314;
}
</style>
background-color css
<style>
a { background-color: #AA1314; }
a { background-color: rgb(170,19,20); }
div.DivClassName
{
background-color: #AA1314;
}
.BgClassName
{
background-color: #AA1314;
}
</style>
border-color css
<style>
span { border-color: #AA1314; }
span { border-color: rgb(170,19,20); }
td.TdClassName
{
border-color: #AA1314;
}
.TagClassName
{
border-color: #AA1314;
}
</style>