Shades of Carmine #AA161D
Tints of Carmine #AA161D
RGB
CMYK
RGB Variations
Color information
#AA161D (or 0xAA161D) is known color: Carmine. HEX triplet: AA, 16 and 1D. RGB value is (170,22,29). Sum of RGB (Red+Green+Blue) = 170+22+29=221 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.92% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 170 - color contains mainly: red. Hex color #AA161D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA161D is #55E9E2. Grayscale: #434343. Windows color (decimal): -5630435 or 1906346. OLE color: 1906346.
HSL color Cylindrical-coordinate representation of color #AA161D: hue angle of 357.16º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA161D is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 22 | 29 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.33 |
| HSL | 357.16º | 0.77% | 0.38% | - |
| HSV(B) | 357.16º | 0.87% | 0.67% | - |
| XYZ | 17.09 | 9.21 | 2.04 | - |
| YUV | 67.05 | 106.53 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 29 | 0 | 0.87 | 0.83 | 0.33 | 357.16 | 0.77 | 0.38 |
| Hex | AA | 16 | 1D | 0 | 57 | 53 | 21 | 165 | 4D | 26 |
| Octal | 252 | 26 | 35 | 0 | 127 | 123 | 41 | 545 | 115 | 46 |
| Binary | 10101010 | 10110 | 11101 | 0 | 1010111 | 1010011 | 100001 | 101100101 | 1001101 | 100110 |
Color Harmonies of #AA161D
Complementary color
Monochromatic Colors of #AA161D
Black with #AA161D
Text Example
Text Example
White with #AA161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA161D; }
p { color: rgb(170,22,29); }
H1.HeaderClassName
{
color: #AA161D;
}
.AnyTagClassName
{
color: #AA161D;
}
</style>
background-color css
<style>
a { background-color: #AA161D; }
a { background-color: rgb(170,22,29); }
div.DivClassName
{
background-color: #AA161D;
}
.BgClassName
{
background-color: #AA161D;
}
</style>
border-color css
<style>
span { border-color: #AA161D; }
span { border-color: rgb(170,22,29); }
td.TdClassName
{
border-color: #AA161D;
}
.TagClassName
{
border-color: #AA161D;
}
</style>