Shades of Carmine #AA0619
Tints of Carmine #AA0619
RGB
CMYK
RGB Variations
Color information
#AA0619 (or 0xAA0619) is known color: Carmine. HEX triplet: AA, 06 and 19. RGB value is (170,6,25). Sum of RGB (Red+Green+Blue) = 170+6+25=201 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.58% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0619 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0619 is #55F9E6. Grayscale: #393939. Windows color (decimal): -5634535 or 1640106. OLE color: 1640106.
HSL color Cylindrical-coordinate representation of color #AA0619: hue angle of 353.05º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA0619 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 25 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.33 |
| HSL | 353.05º | 0.93% | 0.35% | - |
| HSV(B) | 353.05º | 0.96% | 0.67% | - |
| XYZ | 16.82 | 8.75 | 1.72 | - |
| YUV | 57.2 | 109.83 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 25 | 0 | 0.96 | 0.85 | 0.33 | 353.05 | 0.93 | 0.35 |
| Hex | AA | 6 | 19 | 0 | 60 | 55 | 21 | 161 | 5D | 23 |
| Octal | 252 | 6 | 31 | 0 | 140 | 125 | 41 | 541 | 135 | 43 |
| Binary | 10101010 | 110 | 11001 | 0 | 1100000 | 1010101 | 100001 | 101100001 | 1011101 | 100011 |
Color Harmonies of #AA0619
Complementary color
Monochromatic Colors of #AA0619
Black with #AA0619
Text Example
Text Example
White with #AA0619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0619; }
p { color: rgb(170,6,25); }
H1.HeaderClassName
{
color: #AA0619;
}
.AnyTagClassName
{
color: #AA0619;
}
</style>
background-color css
<style>
a { background-color: #AA0619; }
a { background-color: rgb(170,6,25); }
div.DivClassName
{
background-color: #AA0619;
}
.BgClassName
{
background-color: #AA0619;
}
</style>
border-color css
<style>
span { border-color: #AA0619; }
span { border-color: rgb(170,6,25); }
td.TdClassName
{
border-color: #AA0619;
}
.TagClassName
{
border-color: #AA0619;
}
</style>