Shades of Carmine #AA1419
Tints of Carmine #AA1419
RGB
CMYK
RGB Variations
Color information
#AA1419 (or 0xAA1419) is known color: Carmine. HEX triplet: AA, 14 and 19. RGB value is (170,20,25). Sum of RGB (Red+Green+Blue) = 170+20+25=215 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.07% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 25 (10.16% from 255 or 11.63% from 215); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1419 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1419 is #55EBE6. Grayscale: #414141. Windows color (decimal): -5630951 or 1643690. OLE color: 1643690.
HSL color Cylindrical-coordinate representation of color #AA1419: hue angle of 358º 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 #AA1419 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 25 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.33 |
| HSL | 358º | 0.79% | 0.37% | - |
| HSV(B) | 358º | 0.88% | 0.67% | - |
| XYZ | 17 | 9.12 | 1.78 | - |
| YUV | 65.42 | 105.2 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 25 | 0 | 0.88 | 0.85 | 0.33 | 358 | 0.79 | 0.37 |
| Hex | AA | 14 | 19 | 0 | 58 | 55 | 21 | 166 | 4F | 25 |
| Octal | 252 | 24 | 31 | 0 | 130 | 125 | 41 | 546 | 117 | 45 |
| Binary | 10101010 | 10100 | 11001 | 0 | 1011000 | 1010101 | 100001 | 101100110 | 1001111 | 100101 |
Color Harmonies of #AA1419
Complementary color
Monochromatic Colors of #AA1419
Black with #AA1419
Text Example
Text Example
White with #AA1419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1419; }
p { color: rgb(170,20,25); }
H1.HeaderClassName
{
color: #AA1419;
}
.AnyTagClassName
{
color: #AA1419;
}
</style>
background-color css
<style>
a { background-color: #AA1419; }
a { background-color: rgb(170,20,25); }
div.DivClassName
{
background-color: #AA1419;
}
.BgClassName
{
background-color: #AA1419;
}
</style>
border-color css
<style>
span { border-color: #AA1419; }
span { border-color: rgb(170,20,25); }
td.TdClassName
{
border-color: #AA1419;
}
.TagClassName
{
border-color: #AA1419;
}
</style>