Shades of Carmine #AA0B17
Tints of Carmine #AA0B17
RGB
CMYK
RGB Variations
Color information
#AA0B17 (or 0xAA0B17) is known color: Carmine. HEX triplet: AA, 0B and 17. RGB value is (170,11,23). Sum of RGB (Red+Green+Blue) = 170+11+23=204 (27% of max value = 765). Red value is 170 (66.80% from 255 or 83.33% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 23 (9.38% from 255 or 11.27% from 204); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0B17 is #55F4E8. Grayscale: #3C3C3C. Windows color (decimal): -5633257 or 1510314. OLE color: 1510314.
HSL color Cylindrical-coordinate representation of color #AA0B17: hue angle of 355.47º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0B17 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 11 | 23 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.33 |
| HSL | 355.47º | 0.88% | 0.35% | - |
| HSV(B) | 355.47º | 0.94% | 0.67% | - |
| XYZ | 16.85 | 8.85 | 1.63 | - |
| YUV | 59.91 | 107.18 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 23 | 0 | 0.94 | 0.86 | 0.33 | 355.47 | 0.88 | 0.35 |
| Hex | AA | B | 17 | 0 | 5E | 56 | 21 | 163 | 58 | 23 |
| Octal | 252 | 13 | 27 | 0 | 136 | 126 | 41 | 543 | 130 | 43 |
| Binary | 10101010 | 1011 | 10111 | 0 | 1011110 | 1010110 | 100001 | 101100011 | 1011000 | 100011 |
Color Harmonies of #AA0B17
Complementary color
Monochromatic Colors of #AA0B17
Black with #AA0B17
Text Example
Text Example
White with #AA0B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0B17; }
p { color: rgb(170,11,23); }
H1.HeaderClassName
{
color: #AA0B17;
}
.AnyTagClassName
{
color: #AA0B17;
}
</style>
background-color css
<style>
a { background-color: #AA0B17; }
a { background-color: rgb(170,11,23); }
div.DivClassName
{
background-color: #AA0B17;
}
.BgClassName
{
background-color: #AA0B17;
}
</style>
border-color css
<style>
span { border-color: #AA0B17; }
span { border-color: rgb(170,11,23); }
td.TdClassName
{
border-color: #AA0B17;
}
.TagClassName
{
border-color: #AA0B17;
}
</style>