Shades of Carmine #AA021C
Tints of Carmine #AA021C
RGB
CMYK
RGB Variations
Color information
#AA021C (or 0xAA021C) is known color: Carmine. HEX triplet: AA, 02 and 1C. RGB value is (170,2,28). Sum of RGB (Red+Green+Blue) = 170+2+28=200 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 170 - color contains mainly: red. Hex color #AA021C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA021C is #55FDE3. Grayscale: #373737. Windows color (decimal): -5635556 or 1835690. OLE color: 1835690.
HSL color Cylindrical-coordinate representation of color #AA021C: hue angle of 350.71º degrees, saturation: 0.98, 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 #AA021C is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 28 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.33 |
| HSL | 350.71º | 0.98% | 0.34% | - |
| HSV(B) | 350.71º | 0.99% | 0.67% | - |
| XYZ | 16.81 | 8.67 | 1.89 | - |
| YUV | 55.2 | 112.66 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 28 | 0 | 0.99 | 0.84 | 0.33 | 350.71 | 0.98 | 0.34 |
| Hex | AA | 2 | 1C | 0 | 63 | 54 | 21 | 15F | 62 | 22 |
| Octal | 252 | 2 | 34 | 0 | 143 | 124 | 41 | 537 | 142 | 42 |
| Binary | 10101010 | 10 | 11100 | 0 | 1100011 | 1010100 | 100001 | 101011111 | 1100010 | 100010 |
Color Harmonies of #AA021C
Complementary color
Monochromatic Colors of #AA021C
Black with #AA021C
Text Example
Text Example
White with #AA021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA021C; }
p { color: rgb(170,2,28); }
H1.HeaderClassName
{
color: #AA021C;
}
.AnyTagClassName
{
color: #AA021C;
}
</style>
background-color css
<style>
a { background-color: #AA021C; }
a { background-color: rgb(170,2,28); }
div.DivClassName
{
background-color: #AA021C;
}
.BgClassName
{
background-color: #AA021C;
}
</style>
border-color css
<style>
span { border-color: #AA021C; }
span { border-color: rgb(170,2,28); }
td.TdClassName
{
border-color: #AA021C;
}
.TagClassName
{
border-color: #AA021C;
}
</style>