Shades of Carmine #AA1320
Tints of Carmine #AA1320
RGB
CMYK
RGB Variations
Color information
#AA1320 (or 0xAA1320) is known color: Carmine. HEX triplet: AA, 13 and 20. RGB value is (170,19,32). Sum of RGB (Red+Green+Blue) = 170+19+32=221 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.92% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1320 is #55ECDF. Grayscale: #414141. Windows color (decimal): -5631200 or 2102186. OLE color: 2102186.
HSL color Cylindrical-coordinate representation of color #AA1320: hue angle of 354.83º 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 #AA1320 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 19 | 32 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.33 |
| HSL | 354.83º | 0.8% | 0.37% | - |
| HSV(B) | 354.83º | 0.89% | 0.67% | - |
| XYZ | 17.07 | 9.12 | 2.23 | - |
| YUV | 65.63 | 109.03 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 32 | 0 | 0.89 | 0.81 | 0.33 | 354.83 | 0.8 | 0.37 |
| Hex | AA | 13 | 20 | 0 | 59 | 51 | 21 | 163 | 50 | 25 |
| Octal | 252 | 23 | 40 | 0 | 131 | 121 | 41 | 543 | 120 | 45 |
| Binary | 10101010 | 10011 | 100000 | 0 | 1011001 | 1010001 | 100001 | 101100011 | 1010000 | 100101 |
Color Harmonies of #AA1320
Complementary color
Monochromatic Colors of #AA1320
Black with #AA1320
Text Example
Text Example
White with #AA1320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1320; }
p { color: rgb(170,19,32); }
H1.HeaderClassName
{
color: #AA1320;
}
.AnyTagClassName
{
color: #AA1320;
}
</style>
background-color css
<style>
a { background-color: #AA1320; }
a { background-color: rgb(170,19,32); }
div.DivClassName
{
background-color: #AA1320;
}
.BgClassName
{
background-color: #AA1320;
}
</style>
border-color css
<style>
span { border-color: #AA1320; }
span { border-color: rgb(170,19,32); }
td.TdClassName
{
border-color: #AA1320;
}
.TagClassName
{
border-color: #AA1320;
}
</style>