Shades of Carmine #AA002C
Tints of Carmine #AA002C
RGB
CMYK
RGB Variations
Color information
#AA002C (or 0xAA002C) is known color: Carmine. HEX triplet: AA, 00 and 2C. RGB value is (170,0,44). Sum of RGB (Red+Green+Blue) = 170+0+44=214 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.44% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 170 - color contains mainly: red. Hex color #AA002C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA002C is #55FFD3. Grayscale: #373737. Windows color (decimal): -5636052 or 2883754. OLE color: 2883754.
HSL color Cylindrical-coordinate representation of color #AA002C: hue angle of 344.47º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA002C is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.74 | 0.33 |
| HSL | 344.47º | 1% | 0.33% | - |
| HSV(B) | 344.47º | 1% | 0.67% | - |
| XYZ | 17.03 | 8.73 | 3.17 | - |
| YUV | 55.85 | 121.32 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 44 | 0 | 1 | 0.74 | 0.33 | 344.47 | 1 | 0.33 |
| Hex | AA | 0 | 2C | 0 | 64 | 4A | 21 | 158 | 64 | 21 |
| Octal | 252 | 0 | 54 | 0 | 144 | 112 | 41 | 530 | 144 | 41 |
| Binary | 10101010 | 0 | 101100 | 0 | 1100100 | 1001010 | 100001 | 101011000 | 1100100 | 100001 |
Color Harmonies of #AA002C
Complementary color
Monochromatic Colors of #AA002C
Black with #AA002C
Text Example
Text Example
White with #AA002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA002C; }
p { color: rgb(170,0,44); }
H1.HeaderClassName
{
color: #AA002C;
}
.AnyTagClassName
{
color: #AA002C;
}
</style>
background-color css
<style>
a { background-color: #AA002C; }
a { background-color: rgb(170,0,44); }
div.DivClassName
{
background-color: #AA002C;
}
.BgClassName
{
background-color: #AA002C;
}
</style>
border-color css
<style>
span { border-color: #AA002C; }
span { border-color: rgb(170,0,44); }
td.TdClassName
{
border-color: #AA002C;
}
.TagClassName
{
border-color: #AA002C;
}
</style>