Shades of Carmine #860A16
Tints of Carmine #860A16
RGB
CMYK
RGB Variations
Color information
#860A16 (or 0x860A16) is known color: Carmine. HEX triplet: 86, 0A and 16. RGB value is (134,10,22). Sum of RGB (Red+Green+Blue) = 134+10+22=166 (21% of max value = 765). Red value is 134 (52.73% from 255 or 80.72% from 166); Green value is 10 (4.30% from 255 or 6.02% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 134 - color contains mainly: red. Hex color #860A16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860A16 is #79F5E9. Grayscale: #303030. Windows color (decimal): -7992810 or 1444486. OLE color: 1444486.
HSL color Cylindrical-coordinate representation of color #860A16: hue angle of 354.19º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860A16 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 10 | 22 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.47 |
| HSL | 354.19º | 0.86% | 0.28% | - |
| HSV(B) | 354.19º | 0.93% | 0.53% | - |
| XYZ | 10.08 | 5.34 | 1.26 | - |
| YUV | 48.44 | 113.08 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 10 | 22 | 0 | 0.93 | 0.84 | 0.47 | 354.19 | 0.86 | 0.28 |
| Hex | 86 | A | 16 | 0 | 5D | 54 | 2F | 162 | 56 | 1C |
| Octal | 206 | 12 | 26 | 0 | 135 | 124 | 57 | 542 | 126 | 34 |
| Binary | 10000110 | 1010 | 10110 | 0 | 1011101 | 1010100 | 101111 | 101100010 | 1010110 | 11100 |
Color Harmonies of #860A16
Complementary color
Monochromatic Colors of #860A16
Black with #860A16
Text Example
Text Example
White with #860A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860A16; }
p { color: rgb(134,10,22); }
H1.HeaderClassName
{
color: #860A16;
}
.AnyTagClassName
{
color: #860A16;
}
</style>
background-color css
<style>
a { background-color: #860A16; }
a { background-color: rgb(134,10,22); }
div.DivClassName
{
background-color: #860A16;
}
.BgClassName
{
background-color: #860A16;
}
</style>
border-color css
<style>
span { border-color: #860A16; }
span { border-color: rgb(134,10,22); }
td.TdClassName
{
border-color: #860A16;
}
.TagClassName
{
border-color: #860A16;
}
</style>