Shades of Carmine #AA1214
Tints of Carmine #AA1214
RGB
CMYK
RGB Variations
Color information
#AA1214 (or 0xAA1214) is known color: Carmine. HEX triplet: AA, 12 and 14. RGB value is (170,18,20). Sum of RGB (Red+Green+Blue) = 170+18+20=208 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.73% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 20 (8.20% from 255 or 9.62% from 208); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1214 is #55EDEB. Grayscale: #3F3F3F. Windows color (decimal): -5631468 or 1315498. OLE color: 1315498.
HSL color Cylindrical-coordinate representation of color #AA1214: hue angle of 359.21º degrees, saturation: 0.81, 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 #AA1214 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 18 | 20 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.33 |
| HSL | 359.21º | 0.81% | 0.37% | - |
| HSV(B) | 359.21º | 0.89% | 0.67% | - |
| XYZ | 16.92 | 9.03 | 1.51 | - |
| YUV | 63.68 | 103.36 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 20 | 0 | 0.89 | 0.88 | 0.33 | 359.21 | 0.81 | 0.37 |
| Hex | AA | 12 | 14 | 0 | 59 | 58 | 21 | 167 | 51 | 25 |
| Octal | 252 | 22 | 24 | 0 | 131 | 130 | 41 | 547 | 121 | 45 |
| Binary | 10101010 | 10010 | 10100 | 0 | 1011001 | 1011000 | 100001 | 101100111 | 1010001 | 100101 |
Color Harmonies of #AA1214
Complementary color
Monochromatic Colors of #AA1214
Black with #AA1214
Text Example
Text Example
White with #AA1214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1214; }
p { color: rgb(170,18,20); }
H1.HeaderClassName
{
color: #AA1214;
}
.AnyTagClassName
{
color: #AA1214;
}
</style>
background-color css
<style>
a { background-color: #AA1214; }
a { background-color: rgb(170,18,20); }
div.DivClassName
{
background-color: #AA1214;
}
.BgClassName
{
background-color: #AA1214;
}
</style>
border-color css
<style>
span { border-color: #AA1214; }
span { border-color: rgb(170,18,20); }
td.TdClassName
{
border-color: #AA1214;
}
.TagClassName
{
border-color: #AA1214;
}
</style>