Shades of Carmine #AA1719
Tints of Carmine #AA1719
RGB
CMYK
RGB Variations
Color information
#AA1719 (or 0xAA1719) is known color: Carmine. HEX triplet: AA, 17 and 19. RGB value is (170,23,25). Sum of RGB (Red+Green+Blue) = 170+23+25=218 (28% of max value = 765). Red value is 170 (66.80% from 255 or 77.98% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1719 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1719 is #55E8E6. Grayscale: #434343. Windows color (decimal): -5630183 or 1644458. OLE color: 1644458.
HSL color Cylindrical-coordinate representation of color #AA1719: hue angle of 359.18º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1719 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 23 | 25 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.33 |
| HSL | 359.18º | 0.76% | 0.38% | - |
| HSV(B) | 359.18º | 0.86% | 0.67% | - |
| XYZ | 17.06 | 9.23 | 1.8 | - |
| YUV | 67.18 | 104.2 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 25 | 0 | 0.86 | 0.85 | 0.33 | 359.18 | 0.76 | 0.38 |
| Hex | AA | 17 | 19 | 0 | 56 | 55 | 21 | 167 | 4C | 26 |
| Octal | 252 | 27 | 31 | 0 | 126 | 125 | 41 | 547 | 114 | 46 |
| Binary | 10101010 | 10111 | 11001 | 0 | 1010110 | 1010101 | 100001 | 101100111 | 1001100 | 100110 |
Color Harmonies of #AA1719
Complementary color
Monochromatic Colors of #AA1719
Black with #AA1719
Text Example
Text Example
White with #AA1719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1719; }
p { color: rgb(170,23,25); }
H1.HeaderClassName
{
color: #AA1719;
}
.AnyTagClassName
{
color: #AA1719;
}
</style>
background-color css
<style>
a { background-color: #AA1719; }
a { background-color: rgb(170,23,25); }
div.DivClassName
{
background-color: #AA1719;
}
.BgClassName
{
background-color: #AA1719;
}
</style>
border-color css
<style>
span { border-color: #AA1719; }
span { border-color: rgb(170,23,25); }
td.TdClassName
{
border-color: #AA1719;
}
.TagClassName
{
border-color: #AA1719;
}
</style>