Shades of Carmine #AA0A2D
Tints of Carmine #AA0A2D
RGB
CMYK
RGB Variations
Color information
#AA0A2D (or 0xAA0A2D) is known color: Carmine. HEX triplet: AA, 0A and 2D. RGB value is (170,10,45). Sum of RGB (Red+Green+Blue) = 170+10+45=225 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.56% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0A2D is #55F5D2. Grayscale: #3D3D3D. Windows color (decimal): -5633491 or 2951850. OLE color: 2951850.
HSL color Cylindrical-coordinate representation of color #AA0A2D: hue angle of 346.88º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0A2D is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 10 | 45 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.33 |
| HSL | 346.88º | 0.89% | 0.35% | - |
| HSV(B) | 346.88º | 0.94% | 0.67% | - |
| XYZ | 17.16 | 8.95 | 3.31 | - |
| YUV | 61.83 | 118.51 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 45 | 0 | 0.94 | 0.74 | 0.33 | 346.88 | 0.89 | 0.35 |
| Hex | AA | A | 2D | 0 | 5E | 4A | 21 | 15B | 59 | 23 |
| Octal | 252 | 12 | 55 | 0 | 136 | 112 | 41 | 533 | 131 | 43 |
| Binary | 10101010 | 1010 | 101101 | 0 | 1011110 | 1001010 | 100001 | 101011011 | 1011001 | 100011 |
Color Harmonies of #AA0A2D
Complementary color
Monochromatic Colors of #AA0A2D
Black with #AA0A2D
Text Example
Text Example
White with #AA0A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0A2D; }
p { color: rgb(170,10,45); }
H1.HeaderClassName
{
color: #AA0A2D;
}
.AnyTagClassName
{
color: #AA0A2D;
}
</style>
background-color css
<style>
a { background-color: #AA0A2D; }
a { background-color: rgb(170,10,45); }
div.DivClassName
{
background-color: #AA0A2D;
}
.BgClassName
{
background-color: #AA0A2D;
}
</style>
border-color css
<style>
span { border-color: #AA0A2D; }
span { border-color: rgb(170,10,45); }
td.TdClassName
{
border-color: #AA0A2D;
}
.TagClassName
{
border-color: #AA0A2D;
}
</style>