Shades of Carmine #A81116
Tints of Carmine #A81116
RGB
CMYK
RGB Variations
Color information
#A81116 (or 0xA81116) is known color: Carmine. HEX triplet: A8, 11 and 16. RGB value is (168,17,22). Sum of RGB (Red+Green+Blue) = 168+17+22=207 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.16% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 22 (8.98% from 255 or 10.63% from 207); Max value from RGB is 168 - color contains mainly: red. Hex color #A81116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81116 is #57EEE9. Grayscale: #3E3E3E. Windows color (decimal): -5762794 or 1446312. OLE color: 1446312.
HSL color Cylindrical-coordinate representation of color #A81116: hue angle of 358.01º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81116 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 22 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.34 |
| HSL | 358.01º | 0.82% | 0.36% | - |
| HSV(B) | 358.01º | 0.9% | 0.66% | - |
| XYZ | 16.49 | 8.78 | 1.59 | - |
| YUV | 62.72 | 105.03 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 22 | 0 | 0.90 | 0.87 | 0.34 | 358.01 | 0.82 | 0.36 |
| Hex | A8 | 11 | 16 | 0 | 5A | 57 | 22 | 166 | 52 | 24 |
| Octal | 250 | 21 | 26 | 0 | 132 | 127 | 42 | 546 | 122 | 44 |
| Binary | 10101000 | 10001 | 10110 | 0 | 1011010 | 1010111 | 100010 | 101100110 | 1010010 | 100100 |
Color Harmonies of #A81116
Complementary color
Monochromatic Colors of #A81116
Black with #A81116
Text Example
Text Example
White with #A81116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81116; }
p { color: rgb(168,17,22); }
H1.HeaderClassName
{
color: #A81116;
}
.AnyTagClassName
{
color: #A81116;
}
</style>
background-color css
<style>
a { background-color: #A81116; }
a { background-color: rgb(168,17,22); }
div.DivClassName
{
background-color: #A81116;
}
.BgClassName
{
background-color: #A81116;
}
</style>
border-color css
<style>
span { border-color: #A81116; }
span { border-color: rgb(168,17,22); }
td.TdClassName
{
border-color: #A81116;
}
.TagClassName
{
border-color: #A81116;
}
</style>