Shades of Carmine #AA171D
Tints of Carmine #AA171D
RGB
CMYK
RGB Variations
Color information
#AA171D (or 0xAA171D) is known color: Carmine. HEX triplet: AA, 17 and 1D. RGB value is (170,23,29). Sum of RGB (Red+Green+Blue) = 170+23+29=222 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.58% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 170 - color contains mainly: red. Hex color #AA171D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA171D is #55E8E2. Grayscale: #434343. Windows color (decimal): -5630179 or 1906602. OLE color: 1906602.
HSL color Cylindrical-coordinate representation of color #AA171D: hue angle of 357.55º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA171D is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 23 | 29 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.33 |
| HSL | 357.55º | 0.76% | 0.38% | - |
| HSV(B) | 357.55º | 0.86% | 0.67% | - |
| XYZ | 17.11 | 9.25 | 2.05 | - |
| YUV | 67.64 | 106.2 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 29 | 0 | 0.86 | 0.83 | 0.33 | 357.55 | 0.76 | 0.38 |
| Hex | AA | 17 | 1D | 0 | 56 | 53 | 21 | 166 | 4C | 26 |
| Octal | 252 | 27 | 35 | 0 | 126 | 123 | 41 | 546 | 114 | 46 |
| Binary | 10101010 | 10111 | 11101 | 0 | 1010110 | 1010011 | 100001 | 101100110 | 1001100 | 100110 |
Color Harmonies of #AA171D
Complementary color
Monochromatic Colors of #AA171D
Black with #AA171D
Text Example
Text Example
White with #AA171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA171D; }
p { color: rgb(170,23,29); }
H1.HeaderClassName
{
color: #AA171D;
}
.AnyTagClassName
{
color: #AA171D;
}
</style>
background-color css
<style>
a { background-color: #AA171D; }
a { background-color: rgb(170,23,29); }
div.DivClassName
{
background-color: #AA171D;
}
.BgClassName
{
background-color: #AA171D;
}
</style>
border-color css
<style>
span { border-color: #AA171D; }
span { border-color: rgb(170,23,29); }
td.TdClassName
{
border-color: #AA171D;
}
.TagClassName
{
border-color: #AA171D;
}
</style>