Shades of Carmine #AA1119
Tints of Carmine #AA1119
RGB
CMYK
RGB Variations
Color information
#AA1119 (or 0xAA1119) is known color: Carmine. HEX triplet: AA, 11 and 19. RGB value is (170,17,25). Sum of RGB (Red+Green+Blue) = 170+17+25=212 (28% of max value = 765). Red value is 170 (66.80% from 255 or 80.19% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 25 (10.16% from 255 or 11.79% from 212); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1119 is #55EEE6. Grayscale: #3F3F3F. Windows color (decimal): -5631719 or 1642922. OLE color: 1642922.
HSL color Cylindrical-coordinate representation of color #AA1119: hue angle of 356.86º 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 #AA1119 is Cyan = 0, Magento = 0.9, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 25 | - |
| CMYK | 0 | 0.9 | 0.85 | 0.33 |
| HSL | 356.86º | 0.82% | 0.37% | - |
| HSV(B) | 356.86º | 0.9% | 0.67% | - |
| XYZ | 16.95 | 9.02 | 1.77 | - |
| YUV | 63.66 | 106.19 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 25 | 0 | 0.9 | 0.85 | 0.33 | 356.86 | 0.82 | 0.37 |
| Hex | AA | 11 | 19 | 0 | 5A | 55 | 21 | 165 | 52 | 25 |
| Octal | 252 | 21 | 31 | 0 | 132 | 125 | 41 | 545 | 122 | 45 |
| Binary | 10101010 | 10001 | 11001 | 0 | 1011010 | 1010101 | 100001 | 101100101 | 1010010 | 100101 |
Color Harmonies of #AA1119
Complementary color
Monochromatic Colors of #AA1119
Black with #AA1119
Text Example
Text Example
White with #AA1119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1119; }
p { color: rgb(170,17,25); }
H1.HeaderClassName
{
color: #AA1119;
}
.AnyTagClassName
{
color: #AA1119;
}
</style>
background-color css
<style>
a { background-color: #AA1119; }
a { background-color: rgb(170,17,25); }
div.DivClassName
{
background-color: #AA1119;
}
.BgClassName
{
background-color: #AA1119;
}
</style>
border-color css
<style>
span { border-color: #AA1119; }
span { border-color: rgb(170,17,25); }
td.TdClassName
{
border-color: #AA1119;
}
.TagClassName
{
border-color: #AA1119;
}
</style>