Shades of Carmine #AA1213
Tints of Carmine #AA1213
RGB
CMYK
RGB Variations
Color information
#AA1213 (or 0xAA1213) is known color: Carmine. HEX triplet: AA, 12 and 13. RGB value is (170,18,19). Sum of RGB (Red+Green+Blue) = 170+18+19=207 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.13% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1213 is #55EDEC. Grayscale: #3F3F3F. Windows color (decimal): -5631469 or 1249962. OLE color: 1249962.
HSL color Cylindrical-coordinate representation of color #AA1213: hue angle of 359.61º 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 #AA1213 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 18 | 19 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.33 |
| HSL | 359.61º | 0.81% | 0.37% | - |
| HSV(B) | 359.61º | 0.89% | 0.67% | - |
| XYZ | 16.91 | 9.03 | 1.47 | - |
| YUV | 63.56 | 102.86 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 19 | 0 | 0.89 | 0.89 | 0.33 | 359.61 | 0.81 | 0.37 |
| Hex | AA | 12 | 13 | 0 | 59 | 59 | 21 | 168 | 51 | 25 |
| Octal | 252 | 22 | 23 | 0 | 131 | 131 | 41 | 550 | 121 | 45 |
| Binary | 10101010 | 10010 | 10011 | 0 | 1011001 | 1011001 | 100001 | 101101000 | 1010001 | 100101 |
Color Harmonies of #AA1213
Complementary color
Monochromatic Colors of #AA1213
Black with #AA1213
Text Example
Text Example
White with #AA1213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1213; }
p { color: rgb(170,18,19); }
H1.HeaderClassName
{
color: #AA1213;
}
.AnyTagClassName
{
color: #AA1213;
}
</style>
background-color css
<style>
a { background-color: #AA1213; }
a { background-color: rgb(170,18,19); }
div.DivClassName
{
background-color: #AA1213;
}
.BgClassName
{
background-color: #AA1213;
}
</style>
border-color css
<style>
span { border-color: #AA1213; }
span { border-color: rgb(170,18,19); }
td.TdClassName
{
border-color: #AA1213;
}
.TagClassName
{
border-color: #AA1213;
}
</style>