Shades of Carmine #AA1124
Tints of Carmine #AA1124
RGB
CMYK
RGB Variations
Color information
#AA1124 (or 0xAA1124) is known color: Carmine. HEX triplet: AA, 11 and 24. RGB value is (170,17,36). Sum of RGB (Red+Green+Blue) = 170+17+36=223 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.23% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 36 (14.45% from 255 or 16.14% from 223); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1124 is #55EEDB. Grayscale: #404040. Windows color (decimal): -5631708 or 2363818. OLE color: 2363818.
HSL color Cylindrical-coordinate representation of color #AA1124: hue angle of 352.55º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA1124 is Cyan = 0, Magento = 0.9, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 36 | - |
| CMYK | 0 | 0.9 | 0.79 | 0.33 |
| HSL | 352.55º | 0.82% | 0.37% | - |
| HSV(B) | 352.55º | 0.9% | 0.67% | - |
| XYZ | 17.1 | 9.07 | 2.52 | - |
| YUV | 64.91 | 111.69 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 36 | 0 | 0.9 | 0.79 | 0.33 | 352.55 | 0.82 | 0.37 |
| Hex | AA | 11 | 24 | 0 | 5A | 4F | 21 | 161 | 52 | 25 |
| Octal | 252 | 21 | 44 | 0 | 132 | 117 | 41 | 541 | 122 | 45 |
| Binary | 10101010 | 10001 | 100100 | 0 | 1011010 | 1001111 | 100001 | 101100001 | 1010010 | 100101 |
Color Harmonies of #AA1124
Complementary color
Monochromatic Colors of #AA1124
Black with #AA1124
Text Example
Text Example
White with #AA1124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1124; }
p { color: rgb(170,17,36); }
H1.HeaderClassName
{
color: #AA1124;
}
.AnyTagClassName
{
color: #AA1124;
}
</style>
background-color css
<style>
a { background-color: #AA1124; }
a { background-color: rgb(170,17,36); }
div.DivClassName
{
background-color: #AA1124;
}
.BgClassName
{
background-color: #AA1124;
}
</style>
border-color css
<style>
span { border-color: #AA1124; }
span { border-color: rgb(170,17,36); }
td.TdClassName
{
border-color: #AA1124;
}
.TagClassName
{
border-color: #AA1124;
}
</style>