Shades of Carmine #AA081D
Tints of Carmine #AA081D
RGB
CMYK
RGB Variations
Color information
#AA081D (or 0xAA081D) is known color: Carmine. HEX triplet: AA, 08 and 1D. RGB value is (170,8,29). Sum of RGB (Red+Green+Blue) = 170+8+29=207 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.13% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 170 - color contains mainly: red. Hex color #AA081D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA081D is #55F7E2. Grayscale: #3A3A3A. Windows color (decimal): -5634019 or 1902762. OLE color: 1902762.
HSL color Cylindrical-coordinate representation of color #AA081D: hue angle of 352.22º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA081D is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 8 | 29 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.33 |
| HSL | 352.22º | 0.91% | 0.35% | - |
| HSV(B) | 352.22º | 0.95% | 0.67% | - |
| XYZ | 16.89 | 8.81 | 1.97 | - |
| YUV | 58.83 | 111.17 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 29 | 0 | 0.95 | 0.83 | 0.33 | 352.22 | 0.91 | 0.35 |
| Hex | AA | 8 | 1D | 0 | 5F | 53 | 21 | 160 | 5B | 23 |
| Octal | 252 | 10 | 35 | 0 | 137 | 123 | 41 | 540 | 133 | 43 |
| Binary | 10101010 | 1000 | 11101 | 0 | 1011111 | 1010011 | 100001 | 101100000 | 1011011 | 100011 |
Color Harmonies of #AA081D
Complementary color
Monochromatic Colors of #AA081D
Black with #AA081D
Text Example
Text Example
White with #AA081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA081D; }
p { color: rgb(170,8,29); }
H1.HeaderClassName
{
color: #AA081D;
}
.AnyTagClassName
{
color: #AA081D;
}
</style>
background-color css
<style>
a { background-color: #AA081D; }
a { background-color: rgb(170,8,29); }
div.DivClassName
{
background-color: #AA081D;
}
.BgClassName
{
background-color: #AA081D;
}
</style>
border-color css
<style>
span { border-color: #AA081D; }
span { border-color: rgb(170,8,29); }
td.TdClassName
{
border-color: #AA081D;
}
.TagClassName
{
border-color: #AA081D;
}
</style>