Shades of Carmine #A21117
Tints of Carmine #A21117
RGB
CMYK
RGB Variations
Color information
#A21117 (or 0xA21117) is known color: Carmine. HEX triplet: A2, 11 and 17. RGB value is (162,17,23). Sum of RGB (Red+Green+Blue) = 162+17+23=202 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.20% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 23 (9.38% from 255 or 11.39% from 202); Max value from RGB is 162 - color contains mainly: red. Hex color #A21117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21117 is #5DEEE8. Grayscale: #3D3D3D. Windows color (decimal): -6156009 or 1511842. OLE color: 1511842.
HSL color Cylindrical-coordinate representation of color #A21117: hue angle of 357.52º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21117 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 17 | 23 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.36 |
| HSL | 357.52º | 0.81% | 0.35% | - |
| HSV(B) | 357.52º | 0.9% | 0.64% | - |
| XYZ | 15.26 | 8.14 | 1.58 | - |
| YUV | 61.04 | 106.54 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 17 | 23 | 0 | 0.90 | 0.86 | 0.36 | 357.52 | 0.81 | 0.35 |
| Hex | A2 | 11 | 17 | 0 | 5A | 56 | 24 | 166 | 51 | 23 |
| Octal | 242 | 21 | 27 | 0 | 132 | 126 | 44 | 546 | 121 | 43 |
| Binary | 10100010 | 10001 | 10111 | 0 | 1011010 | 1010110 | 100100 | 101100110 | 1010001 | 100011 |
Color Harmonies of #A21117
Complementary color
Monochromatic Colors of #A21117
Black with #A21117
Text Example
Text Example
White with #A21117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21117; }
p { color: rgb(162,17,23); }
H1.HeaderClassName
{
color: #A21117;
}
.AnyTagClassName
{
color: #A21117;
}
</style>
background-color css
<style>
a { background-color: #A21117; }
a { background-color: rgb(162,17,23); }
div.DivClassName
{
background-color: #A21117;
}
.BgClassName
{
background-color: #A21117;
}
</style>
border-color css
<style>
span { border-color: #A21117; }
span { border-color: rgb(162,17,23); }
td.TdClassName
{
border-color: #A21117;
}
.TagClassName
{
border-color: #A21117;
}
</style>