Shades of Carmine #AA072D
Tints of Carmine #AA072D
RGB
CMYK
RGB Variations
Color information
#AA072D (or 0xAA072D) is known color: Carmine. HEX triplet: AA, 07 and 2D. RGB value is (170,7,45). Sum of RGB (Red+Green+Blue) = 170+7+45=222 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.58% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 170 - color contains mainly: red. Hex color #AA072D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA072D is #55F8D2. Grayscale: #3C3C3C. Windows color (decimal): -5634259 or 2951082. OLE color: 2951082.
HSL color Cylindrical-coordinate representation of color #AA072D: hue angle of 346.01º 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 #AA072D is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 45 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.33 |
| HSL | 346.01º | 0.92% | 0.35% | - |
| HSV(B) | 346.01º | 0.96% | 0.67% | - |
| XYZ | 17.13 | 8.89 | 3.3 | - |
| YUV | 60.07 | 119.5 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 45 | 0 | 0.96 | 0.74 | 0.33 | 346.01 | 0.92 | 0.35 |
| Hex | AA | 7 | 2D | 0 | 60 | 4A | 21 | 15A | 5C | 23 |
| Octal | 252 | 7 | 55 | 0 | 140 | 112 | 41 | 532 | 134 | 43 |
| Binary | 10101010 | 111 | 101101 | 0 | 1100000 | 1001010 | 100001 | 101011010 | 1011100 | 100011 |
Color Harmonies of #AA072D
Complementary color
Monochromatic Colors of #AA072D
Black with #AA072D
Text Example
Text Example
White with #AA072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA072D; }
p { color: rgb(170,7,45); }
H1.HeaderClassName
{
color: #AA072D;
}
.AnyTagClassName
{
color: #AA072D;
}
</style>
background-color css
<style>
a { background-color: #AA072D; }
a { background-color: rgb(170,7,45); }
div.DivClassName
{
background-color: #AA072D;
}
.BgClassName
{
background-color: #AA072D;
}
</style>
border-color css
<style>
span { border-color: #AA072D; }
span { border-color: rgb(170,7,45); }
td.TdClassName
{
border-color: #AA072D;
}
.TagClassName
{
border-color: #AA072D;
}
</style>