Shades of Carmine #8C0716
Tints of Carmine #8C0716
RGB
CMYK
RGB Variations
Color information
#8C0716 (or 0x8C0716) is known color: Carmine. HEX triplet: 8C, 07 and 16. RGB value is (140,7,22). Sum of RGB (Red+Green+Blue) = 140+7+22=169 (22% of max value = 765). Red value is 140 (55.08% from 255 or 82.84% from 169); Green value is 7 (3.12% from 255 or 4.14% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0716 is #73F8E9. Grayscale: #303030. Windows color (decimal): -7600362 or 1443724. OLE color: 1443724.
HSL color Cylindrical-coordinate representation of color #8C0716: hue angle of 353.23º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0716 is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 7 | 22 | - |
| CMYK | 0 | 0.95 | 0.84 | 0.45 |
| HSL | 353.23º | 0.9% | 0.29% | - |
| HSV(B) | 353.23º | 0.95% | 0.55% | - |
| XYZ | 11.04 | 5.79 | 1.29 | - |
| YUV | 48.48 | 113.06 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 22 | 0 | 0.95 | 0.84 | 0.45 | 353.23 | 0.9 | 0.29 |
| Hex | 8C | 7 | 16 | 0 | 5F | 54 | 2D | 161 | 5A | 1D |
| Octal | 214 | 7 | 26 | 0 | 137 | 124 | 55 | 541 | 132 | 35 |
| Binary | 10001100 | 111 | 10110 | 0 | 1011111 | 1010100 | 101101 | 101100001 | 1011010 | 11101 |
Color Harmonies of #8C0716
Complementary color
Monochromatic Colors of #8C0716
Black with #8C0716
Text Example
Text Example
White with #8C0716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0716; }
p { color: rgb(140,7,22); }
H1.HeaderClassName
{
color: #8C0716;
}
.AnyTagClassName
{
color: #8C0716;
}
</style>
background-color css
<style>
a { background-color: #8C0716; }
a { background-color: rgb(140,7,22); }
div.DivClassName
{
background-color: #8C0716;
}
.BgClassName
{
background-color: #8C0716;
}
</style>
border-color css
<style>
span { border-color: #8C0716; }
span { border-color: rgb(140,7,22); }
td.TdClassName
{
border-color: #8C0716;
}
.TagClassName
{
border-color: #8C0716;
}
</style>