Shades of Carmine #AA0419
Tints of Carmine #AA0419
RGB
CMYK
RGB Variations
Color information
#AA0419 (or 0xAA0419) is known color: Carmine. HEX triplet: AA, 04 and 19. RGB value is (170,4,25). Sum of RGB (Red+Green+Blue) = 170+4+25=199 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85.43% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 25 (10.16% from 255 or 12.56% from 199); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0419 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0419 is #55FBE6. Grayscale: #383838. Windows color (decimal): -5635047 or 1639594. OLE color: 1639594.
HSL color Cylindrical-coordinate representation of color #AA0419: hue angle of 352.41º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA0419 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 25 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.33 |
| HSL | 352.41º | 0.95% | 0.34% | - |
| HSV(B) | 352.41º | 0.98% | 0.67% | - |
| XYZ | 16.8 | 8.7 | 1.71 | - |
| YUV | 56.03 | 110.5 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 25 | 0 | 0.98 | 0.85 | 0.33 | 352.41 | 0.95 | 0.34 |
| Hex | AA | 4 | 19 | 0 | 62 | 55 | 21 | 160 | 5F | 22 |
| Octal | 252 | 4 | 31 | 0 | 142 | 125 | 41 | 540 | 137 | 42 |
| Binary | 10101010 | 100 | 11001 | 0 | 1100010 | 1010101 | 100001 | 101100000 | 1011111 | 100010 |
Color Harmonies of #AA0419
Complementary color
Monochromatic Colors of #AA0419
Black with #AA0419
Text Example
Text Example
White with #AA0419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0419; }
p { color: rgb(170,4,25); }
H1.HeaderClassName
{
color: #AA0419;
}
.AnyTagClassName
{
color: #AA0419;
}
</style>
background-color css
<style>
a { background-color: #AA0419; }
a { background-color: rgb(170,4,25); }
div.DivClassName
{
background-color: #AA0419;
}
.BgClassName
{
background-color: #AA0419;
}
</style>
border-color css
<style>
span { border-color: #AA0419; }
span { border-color: rgb(170,4,25); }
td.TdClassName
{
border-color: #AA0419;
}
.TagClassName
{
border-color: #AA0419;
}
</style>