Shades of Carmine #AA072E
Tints of Carmine #AA072E
RGB
CMYK
RGB Variations
Color information
#AA072E (or 0xAA072E) is known color: Carmine. HEX triplet: AA, 07 and 2E. RGB value is (170,7,46). Sum of RGB (Red+Green+Blue) = 170+7+46=223 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.23% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 170 - color contains mainly: red. Hex color #AA072E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA072E is #55F8D1. Grayscale: #3C3C3C. Windows color (decimal): -5634258 or 3016618. OLE color: 3016618.
HSL color Cylindrical-coordinate representation of color #AA072E: hue angle of 345.64º degrees, saturation: 0.92, 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 #AA072E is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 46 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.33 |
| HSL | 345.64º | 0.92% | 0.35% | - |
| HSV(B) | 345.64º | 0.96% | 0.67% | - |
| XYZ | 17.15 | 8.9 | 3.4 | - |
| YUV | 60.18 | 120 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 46 | 0 | 0.96 | 0.73 | 0.33 | 345.64 | 0.92 | 0.35 |
| Hex | AA | 7 | 2E | 0 | 60 | 49 | 21 | 15A | 5C | 23 |
| Octal | 252 | 7 | 56 | 0 | 140 | 111 | 41 | 532 | 134 | 43 |
| Binary | 10101010 | 111 | 101110 | 0 | 1100000 | 1001001 | 100001 | 101011010 | 1011100 | 100011 |
Color Harmonies of #AA072E
Complementary color
Monochromatic Colors of #AA072E
Black with #AA072E
Text Example
Text Example
White with #AA072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA072E; }
p { color: rgb(170,7,46); }
H1.HeaderClassName
{
color: #AA072E;
}
.AnyTagClassName
{
color: #AA072E;
}
</style>
background-color css
<style>
a { background-color: #AA072E; }
a { background-color: rgb(170,7,46); }
div.DivClassName
{
background-color: #AA072E;
}
.BgClassName
{
background-color: #AA072E;
}
</style>
border-color css
<style>
span { border-color: #AA072E; }
span { border-color: rgb(170,7,46); }
td.TdClassName
{
border-color: #AA072E;
}
.TagClassName
{
border-color: #AA072E;
}
</style>