Shades of Carmine #AA1019
Tints of Carmine #AA1019
RGB
CMYK
RGB Variations
Color information
#AA1019 (or 0xAA1019) is known color: Carmine. HEX triplet: AA, 10 and 19. RGB value is (170,16,25). Sum of RGB (Red+Green+Blue) = 170+16+25=211 (27% of max value = 765). Red value is 170 (66.80% from 255 or 80.57% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 25 (10.16% from 255 or 11.85% from 211); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1019 is #55EFE6. Grayscale: #3F3F3F. Windows color (decimal): -5631975 or 1642666. OLE color: 1642666.
HSL color Cylindrical-coordinate representation of color #AA1019: hue angle of 356.49º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA1019 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 25 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.33 |
| HSL | 356.49º | 0.83% | 0.36% | - |
| HSV(B) | 356.49º | 0.91% | 0.67% | - |
| XYZ | 16.94 | 8.99 | 1.76 | - |
| YUV | 63.07 | 106.52 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 25 | 0 | 0.91 | 0.85 | 0.33 | 356.49 | 0.83 | 0.36 |
| Hex | AA | 10 | 19 | 0 | 5B | 55 | 21 | 164 | 53 | 24 |
| Octal | 252 | 20 | 31 | 0 | 133 | 125 | 41 | 544 | 123 | 44 |
| Binary | 10101010 | 10000 | 11001 | 0 | 1011011 | 1010101 | 100001 | 101100100 | 1010011 | 100100 |
Color Harmonies of #AA1019
Complementary color
Monochromatic Colors of #AA1019
Black with #AA1019
Text Example
Text Example
White with #AA1019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1019; }
p { color: rgb(170,16,25); }
H1.HeaderClassName
{
color: #AA1019;
}
.AnyTagClassName
{
color: #AA1019;
}
</style>
background-color css
<style>
a { background-color: #AA1019; }
a { background-color: rgb(170,16,25); }
div.DivClassName
{
background-color: #AA1019;
}
.BgClassName
{
background-color: #AA1019;
}
</style>
border-color css
<style>
span { border-color: #AA1019; }
span { border-color: rgb(170,16,25); }
td.TdClassName
{
border-color: #AA1019;
}
.TagClassName
{
border-color: #AA1019;
}
</style>