Shades of Carmine #AA071E
Tints of Carmine #AA071E
RGB
CMYK
RGB Variations
Color information
#AA071E (or 0xAA071E) is known color: Carmine. HEX triplet: AA, 07 and 1E. RGB value is (170,7,30). Sum of RGB (Red+Green+Blue) = 170+7+30=207 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.13% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 170 - color contains mainly: red. Hex color #AA071E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA071E is #55F8E1. Grayscale: #3A3A3A. Windows color (decimal): -5634274 or 1968042. OLE color: 1968042.
HSL color Cylindrical-coordinate representation of color #AA071E: hue angle of 351.53º 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 #AA071E is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 30 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.33 |
| HSL | 351.53º | 0.92% | 0.35% | - |
| HSV(B) | 351.53º | 0.96% | 0.67% | - |
| XYZ | 16.89 | 8.79 | 2.04 | - |
| YUV | 58.36 | 112 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 30 | 0 | 0.96 | 0.82 | 0.33 | 351.53 | 0.92 | 0.35 |
| Hex | AA | 7 | 1E | 0 | 60 | 52 | 21 | 160 | 5C | 23 |
| Octal | 252 | 7 | 36 | 0 | 140 | 122 | 41 | 540 | 134 | 43 |
| Binary | 10101010 | 111 | 11110 | 0 | 1100000 | 1010010 | 100001 | 101100000 | 1011100 | 100011 |
Color Harmonies of #AA071E
Complementary color
Monochromatic Colors of #AA071E
Black with #AA071E
Text Example
Text Example
White with #AA071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA071E; }
p { color: rgb(170,7,30); }
H1.HeaderClassName
{
color: #AA071E;
}
.AnyTagClassName
{
color: #AA071E;
}
</style>
background-color css
<style>
a { background-color: #AA071E; }
a { background-color: rgb(170,7,30); }
div.DivClassName
{
background-color: #AA071E;
}
.BgClassName
{
background-color: #AA071E;
}
</style>
border-color css
<style>
span { border-color: #AA071E; }
span { border-color: rgb(170,7,30); }
td.TdClassName
{
border-color: #AA071E;
}
.TagClassName
{
border-color: #AA071E;
}
</style>