Shades of Carmine #AA1422
Tints of Carmine #AA1422
RGB
CMYK
RGB Variations
Color information
#AA1422 (or 0xAA1422) is known color: Carmine. HEX triplet: AA, 14 and 22. RGB value is (170,20,34). Sum of RGB (Red+Green+Blue) = 170+20+34=224 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.89% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 34 (13.67% from 255 or 15.18% from 224); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1422 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1422 is #55EBDD. Grayscale: #424242. Windows color (decimal): -5630942 or 2233514. OLE color: 2233514.
HSL color Cylindrical-coordinate representation of color #AA1422: hue angle of 354.4º 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 #AA1422 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 34 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.33 |
| HSL | 354.4º | 0.79% | 0.37% | - |
| HSV(B) | 354.4º | 0.88% | 0.67% | - |
| XYZ | 17.12 | 9.16 | 2.38 | - |
| YUV | 66.45 | 109.7 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 34 | 0 | 0.88 | 0.80 | 0.33 | 354.4 | 0.79 | 0.37 |
| Hex | AA | 14 | 22 | 0 | 58 | 50 | 21 | 162 | 4F | 25 |
| Octal | 252 | 24 | 42 | 0 | 130 | 120 | 41 | 542 | 117 | 45 |
| Binary | 10101010 | 10100 | 100010 | 0 | 1011000 | 1010000 | 100001 | 101100010 | 1001111 | 100101 |
Color Harmonies of #AA1422
Complementary color
Monochromatic Colors of #AA1422
Black with #AA1422
Text Example
Text Example
White with #AA1422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1422; }
p { color: rgb(170,20,34); }
H1.HeaderClassName
{
color: #AA1422;
}
.AnyTagClassName
{
color: #AA1422;
}
</style>
background-color css
<style>
a { background-color: #AA1422; }
a { background-color: rgb(170,20,34); }
div.DivClassName
{
background-color: #AA1422;
}
.BgClassName
{
background-color: #AA1422;
}
</style>
border-color css
<style>
span { border-color: #AA1422; }
span { border-color: rgb(170,20,34); }
td.TdClassName
{
border-color: #AA1422;
}
.TagClassName
{
border-color: #AA1422;
}
</style>