Shades of Carmine #AA1424
Tints of Carmine #AA1424
RGB
CMYK
RGB Variations
Color information
#AA1424 (or 0xAA1424) is known color: Carmine. HEX triplet: AA, 14 and 24. RGB value is (170,20,36). Sum of RGB (Red+Green+Blue) = 170+20+36=226 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.22% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 36 (14.45% from 255 or 15.93% from 226); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1424 is #55EBDB. Grayscale: #424242. Windows color (decimal): -5630940 or 2364586. OLE color: 2364586.
HSL color Cylindrical-coordinate representation of color #AA1424: hue angle of 353.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1424 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 36 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.33 |
| HSL | 353.6º | 0.79% | 0.37% | - |
| HSV(B) | 353.6º | 0.88% | 0.67% | - |
| XYZ | 17.15 | 9.17 | 2.54 | - |
| YUV | 66.67 | 110.7 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 36 | 0 | 0.88 | 0.79 | 0.33 | 353.6 | 0.79 | 0.37 |
| Hex | AA | 14 | 24 | 0 | 58 | 4F | 21 | 162 | 4F | 25 |
| Octal | 252 | 24 | 44 | 0 | 130 | 117 | 41 | 542 | 117 | 45 |
| Binary | 10101010 | 10100 | 100100 | 0 | 1011000 | 1001111 | 100001 | 101100010 | 1001111 | 100101 |
Color Harmonies of #AA1424
Complementary color
Monochromatic Colors of #AA1424
Black with #AA1424
Text Example
Text Example
White with #AA1424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1424; }
p { color: rgb(170,20,36); }
H1.HeaderClassName
{
color: #AA1424;
}
.AnyTagClassName
{
color: #AA1424;
}
</style>
background-color css
<style>
a { background-color: #AA1424; }
a { background-color: rgb(170,20,36); }
div.DivClassName
{
background-color: #AA1424;
}
.BgClassName
{
background-color: #AA1424;
}
</style>
border-color css
<style>
span { border-color: #AA1424; }
span { border-color: rgb(170,20,36); }
td.TdClassName
{
border-color: #AA1424;
}
.TagClassName
{
border-color: #AA1424;
}
</style>