Shades of Carmine #AA0118
Tints of Carmine #AA0118
RGB
CMYK
RGB Variations
Color information
#AA0118 (or 0xAA0118) is known color: Carmine. HEX triplet: AA, 01 and 18. RGB value is (170,1,24). Sum of RGB (Red+Green+Blue) = 170+1+24=195 (25% of max value = 765). Red value is 170 (66.80% from 255 or 87.18% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 24 (9.77% from 255 or 12.31% from 195); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0118 is #55FEE7. Grayscale: #363636. Windows color (decimal): -5635816 or 1573290. OLE color: 1573290.
HSL color Cylindrical-coordinate representation of color #AA0118: hue angle of 351.83º 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 #AA0118 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 24 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.33 |
| HSL | 351.83º | 0.99% | 0.34% | - |
| HSV(B) | 351.83º | 0.99% | 0.67% | - |
| XYZ | 16.75 | 8.63 | 1.65 | - |
| YUV | 54.15 | 110.99 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 24 | 0 | 0.99 | 0.86 | 0.33 | 351.83 | 0.99 | 0.34 |
| Hex | AA | 1 | 18 | 0 | 63 | 56 | 21 | 160 | 63 | 22 |
| Octal | 252 | 1 | 30 | 0 | 143 | 126 | 41 | 540 | 143 | 42 |
| Binary | 10101010 | 1 | 11000 | 0 | 1100011 | 1010110 | 100001 | 101100000 | 1100011 | 100010 |
Color Harmonies of #AA0118
Complementary color
Monochromatic Colors of #AA0118
Black with #AA0118
Text Example
Text Example
White with #AA0118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0118; }
p { color: rgb(170,1,24); }
H1.HeaderClassName
{
color: #AA0118;
}
.AnyTagClassName
{
color: #AA0118;
}
</style>
background-color css
<style>
a { background-color: #AA0118; }
a { background-color: rgb(170,1,24); }
div.DivClassName
{
background-color: #AA0118;
}
.BgClassName
{
background-color: #AA0118;
}
</style>
border-color css
<style>
span { border-color: #AA0118; }
span { border-color: rgb(170,1,24); }
td.TdClassName
{
border-color: #AA0118;
}
.TagClassName
{
border-color: #AA0118;
}
</style>