Shades of Carmine #AA1519
Tints of Carmine #AA1519
RGB
CMYK
RGB Variations
Color information
#AA1519 (or 0xAA1519) is known color: Carmine. HEX triplet: AA, 15 and 19. RGB value is (170,21,25). Sum of RGB (Red+Green+Blue) = 170+21+25=216 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.70% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1519 is #55EAE6. Grayscale: #424242. Windows color (decimal): -5630695 or 1643946. OLE color: 1643946.
HSL color Cylindrical-coordinate representation of color #AA1519: hue angle of 358.39º degrees, saturation: 0.78, 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 #AA1519 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 25 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.33 |
| HSL | 358.39º | 0.78% | 0.37% | - |
| HSV(B) | 358.39º | 0.88% | 0.67% | - |
| XYZ | 17.02 | 9.15 | 1.79 | - |
| YUV | 66.01 | 104.86 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 25 | 0 | 0.88 | 0.85 | 0.33 | 358.39 | 0.78 | 0.37 |
| Hex | AA | 15 | 19 | 0 | 58 | 55 | 21 | 166 | 4E | 25 |
| Octal | 252 | 25 | 31 | 0 | 130 | 125 | 41 | 546 | 116 | 45 |
| Binary | 10101010 | 10101 | 11001 | 0 | 1011000 | 1010101 | 100001 | 101100110 | 1001110 | 100101 |
Color Harmonies of #AA1519
Complementary color
Monochromatic Colors of #AA1519
Black with #AA1519
Text Example
Text Example
White with #AA1519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1519; }
p { color: rgb(170,21,25); }
H1.HeaderClassName
{
color: #AA1519;
}
.AnyTagClassName
{
color: #AA1519;
}
</style>
background-color css
<style>
a { background-color: #AA1519; }
a { background-color: rgb(170,21,25); }
div.DivClassName
{
background-color: #AA1519;
}
.BgClassName
{
background-color: #AA1519;
}
</style>
border-color css
<style>
span { border-color: #AA1519; }
span { border-color: rgb(170,21,25); }
td.TdClassName
{
border-color: #AA1519;
}
.TagClassName
{
border-color: #AA1519;
}
</style>