Shades of Carmine #AA002A
Tints of Carmine #AA002A
RGB
CMYK
RGB Variations
Color information
#AA002A (or 0xAA002A) is known color: Carmine. HEX triplet: AA, 00 and 2A. RGB value is (170,0,42). Sum of RGB (Red+Green+Blue) = 170+0+42=212 (28% of max value = 765). Red value is 170 (66.80% from 255 or 80.19% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 170 - color contains mainly: red. Hex color #AA002A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA002A is #55FFD5. Grayscale: #373737. Windows color (decimal): -5636054 or 2752682. OLE color: 2752682.
HSL color Cylindrical-coordinate representation of color #AA002A: hue angle of 345.18º 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 #AA002A is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.75 | 0.33 |
| HSL | 345.18º | 1% | 0.33% | - |
| HSV(B) | 345.18º | 1% | 0.67% | - |
| XYZ | 17 | 8.71 | 2.98 | - |
| YUV | 55.62 | 120.32 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 42 | 0 | 1 | 0.75 | 0.33 | 345.18 | 1 | 0.33 |
| Hex | AA | 0 | 2A | 0 | 64 | 4B | 21 | 159 | 64 | 21 |
| Octal | 252 | 0 | 52 | 0 | 144 | 113 | 41 | 531 | 144 | 41 |
| Binary | 10101010 | 0 | 101010 | 0 | 1100100 | 1001011 | 100001 | 101011001 | 1100100 | 100001 |
Color Harmonies of #AA002A
Complementary color
Monochromatic Colors of #AA002A
Black with #AA002A
Text Example
Text Example
White with #AA002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA002A; }
p { color: rgb(170,0,42); }
H1.HeaderClassName
{
color: #AA002A;
}
.AnyTagClassName
{
color: #AA002A;
}
</style>
background-color css
<style>
a { background-color: #AA002A; }
a { background-color: rgb(170,0,42); }
div.DivClassName
{
background-color: #AA002A;
}
.BgClassName
{
background-color: #AA002A;
}
</style>
border-color css
<style>
span { border-color: #AA002A; }
span { border-color: rgb(170,0,42); }
td.TdClassName
{
border-color: #AA002A;
}
.TagClassName
{
border-color: #AA002A;
}
</style>