Shades of Carmine #AA171B
Tints of Carmine #AA171B
RGB
CMYK
RGB Variations
Color information
#AA171B (or 0xAA171B) is known color: Carmine. HEX triplet: AA, 17 and 1B. RGB value is (170,23,27). Sum of RGB (Red+Green+Blue) = 170+23+27=220 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.27% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 27 (10.94% from 255 or 12.27% from 220); Max value from RGB is 170 - color contains mainly: red. Hex color #AA171B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA171B is #55E8E4. Grayscale: #434343. Windows color (decimal): -5630181 or 1775530. OLE color: 1775530.
HSL color Cylindrical-coordinate representation of color #AA171B: hue angle of 358.37º 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 #AA171B is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 23 | 27 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.33 |
| HSL | 358.37º | 0.76% | 0.38% | - |
| HSV(B) | 358.37º | 0.86% | 0.67% | - |
| XYZ | 17.08 | 9.24 | 1.92 | - |
| YUV | 67.41 | 105.2 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 27 | 0 | 0.86 | 0.84 | 0.33 | 358.37 | 0.76 | 0.38 |
| Hex | AA | 17 | 1B | 0 | 56 | 54 | 21 | 166 | 4C | 26 |
| Octal | 252 | 27 | 33 | 0 | 126 | 124 | 41 | 546 | 114 | 46 |
| Binary | 10101010 | 10111 | 11011 | 0 | 1010110 | 1010100 | 100001 | 101100110 | 1001100 | 100110 |
Color Harmonies of #AA171B
Complementary color
Monochromatic Colors of #AA171B
Black with #AA171B
Text Example
Text Example
White with #AA171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA171B; }
p { color: rgb(170,23,27); }
H1.HeaderClassName
{
color: #AA171B;
}
.AnyTagClassName
{
color: #AA171B;
}
</style>
background-color css
<style>
a { background-color: #AA171B; }
a { background-color: rgb(170,23,27); }
div.DivClassName
{
background-color: #AA171B;
}
.BgClassName
{
background-color: #AA171B;
}
</style>
border-color css
<style>
span { border-color: #AA171B; }
span { border-color: rgb(170,23,27); }
td.TdClassName
{
border-color: #AA171B;
}
.TagClassName
{
border-color: #AA171B;
}
</style>