Shades of Carmine #AA111D
Tints of Carmine #AA111D
RGB
CMYK
RGB Variations
Color information
#AA111D (or 0xAA111D) is known color: Carmine. HEX triplet: AA, 11 and 1D. RGB value is (170,17,29). Sum of RGB (Red+Green+Blue) = 170+17+29=216 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.70% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 29 (11.72% from 255 or 13.43% from 216); Max value from RGB is 170 - color contains mainly: red. Hex color #AA111D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA111D is #55EEE2. Grayscale: #404040. Windows color (decimal): -5631715 or 1905066. OLE color: 1905066.
HSL color Cylindrical-coordinate representation of color #AA111D: hue angle of 355.29º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA111D is Cyan = 0, Magento = 0.9, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 29 | - |
| CMYK | 0 | 0.9 | 0.83 | 0.33 |
| HSL | 355.29º | 0.82% | 0.37% | - |
| HSV(B) | 355.29º | 0.9% | 0.67% | - |
| XYZ | 17 | 9.04 | 2.01 | - |
| YUV | 64.12 | 108.19 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 29 | 0 | 0.9 | 0.83 | 0.33 | 355.29 | 0.82 | 0.37 |
| Hex | AA | 11 | 1D | 0 | 5A | 53 | 21 | 163 | 52 | 25 |
| Octal | 252 | 21 | 35 | 0 | 132 | 123 | 41 | 543 | 122 | 45 |
| Binary | 10101010 | 10001 | 11101 | 0 | 1011010 | 1010011 | 100001 | 101100011 | 1010010 | 100101 |
Color Harmonies of #AA111D
Complementary color
Monochromatic Colors of #AA111D
Black with #AA111D
Text Example
Text Example
White with #AA111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA111D; }
p { color: rgb(170,17,29); }
H1.HeaderClassName
{
color: #AA111D;
}
.AnyTagClassName
{
color: #AA111D;
}
</style>
background-color css
<style>
a { background-color: #AA111D; }
a { background-color: rgb(170,17,29); }
div.DivClassName
{
background-color: #AA111D;
}
.BgClassName
{
background-color: #AA111D;
}
</style>
border-color css
<style>
span { border-color: #AA111D; }
span { border-color: rgb(170,17,29); }
td.TdClassName
{
border-color: #AA111D;
}
.TagClassName
{
border-color: #AA111D;
}
</style>