Shades of Carmine #860C17
Tints of Carmine #860C17
RGB
CMYK
RGB Variations
Color information
#860C17 (or 0x860C17) is known color: Carmine. HEX triplet: 86, 0C and 17. RGB value is (134,12,23). Sum of RGB (Red+Green+Blue) = 134+12+23=169 (22% of max value = 765). Red value is 134 (52.73% from 255 or 79.29% from 169); Green value is 12 (5.08% from 255 or 7.10% from 169); Blue value is 23 (9.38% from 255 or 13.61% from 169); Max value from RGB is 134 - color contains mainly: red. Hex color #860C17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860C17 is #79F3E8. Grayscale: #313131. Windows color (decimal): -7992297 or 1510534. OLE color: 1510534.
HSL color Cylindrical-coordinate representation of color #860C17: hue angle of 354.59º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #860C17 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 12 | 23 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.47 |
| HSL | 354.59º | 0.84% | 0.29% | - |
| HSV(B) | 354.59º | 0.91% | 0.53% | - |
| XYZ | 10.12 | 5.39 | 1.32 | - |
| YUV | 49.73 | 112.92 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 23 | 0 | 0.91 | 0.83 | 0.47 | 354.59 | 0.84 | 0.29 |
| Hex | 86 | C | 17 | 0 | 5B | 53 | 2F | 163 | 54 | 1D |
| Octal | 206 | 14 | 27 | 0 | 133 | 123 | 57 | 543 | 124 | 35 |
| Binary | 10000110 | 1100 | 10111 | 0 | 1011011 | 1010011 | 101111 | 101100011 | 1010100 | 11101 |
Color Harmonies of #860C17
Complementary color
Monochromatic Colors of #860C17
Black with #860C17
Text Example
Text Example
White with #860C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860C17; }
p { color: rgb(134,12,23); }
H1.HeaderClassName
{
color: #860C17;
}
.AnyTagClassName
{
color: #860C17;
}
</style>
background-color css
<style>
a { background-color: #860C17; }
a { background-color: rgb(134,12,23); }
div.DivClassName
{
background-color: #860C17;
}
.BgClassName
{
background-color: #860C17;
}
</style>
border-color css
<style>
span { border-color: #860C17; }
span { border-color: rgb(134,12,23); }
td.TdClassName
{
border-color: #860C17;
}
.TagClassName
{
border-color: #860C17;
}
</style>