Shades of Carmine #AA0119
Tints of Carmine #AA0119
RGB
CMYK
RGB Variations
Color information
#AA0119 (or 0xAA0119) is known color: Carmine. HEX triplet: AA, 01 and 19. RGB value is (170,1,25). Sum of RGB (Red+Green+Blue) = 170+1+25=196 (25% of max value = 765). Red value is 170 (66.80% from 255 or 86.73% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0119 is #55FEE6. Grayscale: #363636. Windows color (decimal): -5635815 or 1638826. OLE color: 1638826.
HSL color Cylindrical-coordinate representation of color #AA0119: hue angle of 351.48º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA0119 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 25 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.33 |
| HSL | 351.48º | 0.99% | 0.34% | - |
| HSV(B) | 351.48º | 0.99% | 0.67% | - |
| XYZ | 16.76 | 8.64 | 1.7 | - |
| YUV | 54.27 | 111.49 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 25 | 0 | 0.99 | 0.85 | 0.33 | 351.48 | 0.99 | 0.34 |
| Hex | AA | 1 | 19 | 0 | 63 | 55 | 21 | 15F | 63 | 22 |
| Octal | 252 | 1 | 31 | 0 | 143 | 125 | 41 | 537 | 143 | 42 |
| Binary | 10101010 | 1 | 11001 | 0 | 1100011 | 1010101 | 100001 | 101011111 | 1100011 | 100010 |
Color Harmonies of #AA0119
Complementary color
Monochromatic Colors of #AA0119
Black with #AA0119
Text Example
Text Example
White with #AA0119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0119; }
p { color: rgb(170,1,25); }
H1.HeaderClassName
{
color: #AA0119;
}
.AnyTagClassName
{
color: #AA0119;
}
</style>
background-color css
<style>
a { background-color: #AA0119; }
a { background-color: rgb(170,1,25); }
div.DivClassName
{
background-color: #AA0119;
}
.BgClassName
{
background-color: #AA0119;
}
</style>
border-color css
<style>
span { border-color: #AA0119; }
span { border-color: rgb(170,1,25); }
td.TdClassName
{
border-color: #AA0119;
}
.TagClassName
{
border-color: #AA0119;
}
</style>