Shades of Carmine #AA062D
Tints of Carmine #AA062D
RGB
CMYK
RGB Variations
Color information
#AA062D (or 0xAA062D) is known color: Carmine. HEX triplet: AA, 06 and 2D. RGB value is (170,6,45). Sum of RGB (Red+Green+Blue) = 170+6+45=221 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.92% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 170 - color contains mainly: red. Hex color #AA062D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA062D is #55F9D2. Grayscale: #3B3B3B. Windows color (decimal): -5634515 or 2950826. OLE color: 2950826.
HSL color Cylindrical-coordinate representation of color #AA062D: hue angle of 345.73º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA062D is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 45 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.33 |
| HSL | 345.73º | 0.93% | 0.35% | - |
| HSV(B) | 345.73º | 0.96% | 0.67% | - |
| XYZ | 17.12 | 8.87 | 3.29 | - |
| YUV | 59.48 | 119.83 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 45 | 0 | 0.96 | 0.74 | 0.33 | 345.73 | 0.93 | 0.35 |
| Hex | AA | 6 | 2D | 0 | 60 | 4A | 21 | 15A | 5D | 23 |
| Octal | 252 | 6 | 55 | 0 | 140 | 112 | 41 | 532 | 135 | 43 |
| Binary | 10101010 | 110 | 101101 | 0 | 1100000 | 1001010 | 100001 | 101011010 | 1011101 | 100011 |
Color Harmonies of #AA062D
Complementary color
Monochromatic Colors of #AA062D
Black with #AA062D
Text Example
Text Example
White with #AA062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA062D; }
p { color: rgb(170,6,45); }
H1.HeaderClassName
{
color: #AA062D;
}
.AnyTagClassName
{
color: #AA062D;
}
</style>
background-color css
<style>
a { background-color: #AA062D; }
a { background-color: rgb(170,6,45); }
div.DivClassName
{
background-color: #AA062D;
}
.BgClassName
{
background-color: #AA062D;
}
</style>
border-color css
<style>
span { border-color: #AA062D; }
span { border-color: rgb(170,6,45); }
td.TdClassName
{
border-color: #AA062D;
}
.TagClassName
{
border-color: #AA062D;
}
</style>