Shades of Carmine #8C0116
Tints of Carmine #8C0116
RGB
CMYK
RGB Variations
Color information
#8C0116 (or 0x8C0116) is known color: Carmine. HEX triplet: 8C, 01 and 16. RGB value is (140,1,22). Sum of RGB (Red+Green+Blue) = 140+1+22=163 (21% of max value = 765). Red value is 140 (55.08% from 255 or 85.89% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0116 is #73FEE9. Grayscale: #2D2D2D. Windows color (decimal): -7601898 or 1442188. OLE color: 1442188.
HSL color Cylindrical-coordinate representation of color #8C0116: hue angle of 350.94º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C0116 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 1 | 22 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.45 |
| HSL | 350.94º | 0.99% | 0.28% | - |
| HSV(B) | 350.94º | 0.99% | 0.55% | - |
| XYZ | 10.97 | 5.66 | 1.27 | - |
| YUV | 44.96 | 115.05 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 22 | 0 | 0.99 | 0.84 | 0.45 | 350.94 | 0.99 | 0.28 |
| Hex | 8C | 1 | 16 | 0 | 63 | 54 | 2D | 15F | 63 | 1C |
| Octal | 214 | 1 | 26 | 0 | 143 | 124 | 55 | 537 | 143 | 34 |
| Binary | 10001100 | 1 | 10110 | 0 | 1100011 | 1010100 | 101101 | 101011111 | 1100011 | 11100 |
Color Harmonies of #8C0116
Complementary color
Monochromatic Colors of #8C0116
Black with #8C0116
Text Example
Text Example
White with #8C0116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0116; }
p { color: rgb(140,1,22); }
H1.HeaderClassName
{
color: #8C0116;
}
.AnyTagClassName
{
color: #8C0116;
}
</style>
background-color css
<style>
a { background-color: #8C0116; }
a { background-color: rgb(140,1,22); }
div.DivClassName
{
background-color: #8C0116;
}
.BgClassName
{
background-color: #8C0116;
}
</style>
border-color css
<style>
span { border-color: #8C0116; }
span { border-color: rgb(140,1,22); }
td.TdClassName
{
border-color: #8C0116;
}
.TagClassName
{
border-color: #8C0116;
}
</style>