Shades of Carmine #AA1117
Tints of Carmine #AA1117
RGB
CMYK
RGB Variations
Color information
#AA1117 (or 0xAA1117) is known color: Carmine. HEX triplet: AA, 11 and 17. RGB value is (170,17,23). Sum of RGB (Red+Green+Blue) = 170+17+23=210 (27% of max value = 765). Red value is 170 (66.80% from 255 or 80.95% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 23 (9.38% from 255 or 10.95% from 210); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1117 is #55EEE8. Grayscale: #3F3F3F. Windows color (decimal): -5631721 or 1511850. OLE color: 1511850.
HSL color Cylindrical-coordinate representation of color #AA1117: hue angle of 357.65º 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 #AA1117 is Cyan = 0, Magento = 0.9, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 23 | - |
| CMYK | 0 | 0.9 | 0.86 | 0.33 |
| HSL | 357.65º | 0.82% | 0.37% | - |
| HSV(B) | 357.65º | 0.9% | 0.67% | - |
| XYZ | 16.93 | 9.01 | 1.66 | - |
| YUV | 63.43 | 105.19 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 23 | 0 | 0.9 | 0.86 | 0.33 | 357.65 | 0.82 | 0.37 |
| Hex | AA | 11 | 17 | 0 | 5A | 56 | 21 | 166 | 52 | 25 |
| Octal | 252 | 21 | 27 | 0 | 132 | 126 | 41 | 546 | 122 | 45 |
| Binary | 10101010 | 10001 | 10111 | 0 | 1011010 | 1010110 | 100001 | 101100110 | 1010010 | 100101 |
Color Harmonies of #AA1117
Complementary color
Monochromatic Colors of #AA1117
Black with #AA1117
Text Example
Text Example
White with #AA1117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1117; }
p { color: rgb(170,17,23); }
H1.HeaderClassName
{
color: #AA1117;
}
.AnyTagClassName
{
color: #AA1117;
}
</style>
background-color css
<style>
a { background-color: #AA1117; }
a { background-color: rgb(170,17,23); }
div.DivClassName
{
background-color: #AA1117;
}
.BgClassName
{
background-color: #AA1117;
}
</style>
border-color css
<style>
span { border-color: #AA1117; }
span { border-color: rgb(170,17,23); }
td.TdClassName
{
border-color: #AA1117;
}
.TagClassName
{
border-color: #AA1117;
}
</style>