Shades of Carmine #8C0718
Tints of Carmine #8C0718
RGB
CMYK
RGB Variations
Color information
#8C0718 (or 0x8C0718) is known color: Carmine. HEX triplet: 8C, 07 and 18. RGB value is (140,7,24). Sum of RGB (Red+Green+Blue) = 140+7+24=171 (22% of max value = 765). Red value is 140 (55.08% from 255 or 81.87% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0718 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0718 is #73F8E7. Grayscale: #303030. Windows color (decimal): -7600360 or 1574796. OLE color: 1574796.
HSL color Cylindrical-coordinate representation of color #8C0718: hue angle of 352.33º 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 #8C0718 is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 7 | 24 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.45 |
| HSL | 352.33º | 0.9% | 0.29% | - |
| HSV(B) | 352.33º | 0.95% | 0.55% | - |
| XYZ | 11.06 | 5.79 | 1.4 | - |
| YUV | 48.71 | 114.06 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 24 | 0 | 0.95 | 0.83 | 0.45 | 352.33 | 0.9 | 0.29 |
| Hex | 8C | 7 | 18 | 0 | 5F | 53 | 2D | 160 | 5A | 1D |
| Octal | 214 | 7 | 30 | 0 | 137 | 123 | 55 | 540 | 132 | 35 |
| Binary | 10001100 | 111 | 11000 | 0 | 1011111 | 1010011 | 101101 | 101100000 | 1011010 | 11101 |
Color Harmonies of #8C0718
Complementary color
Monochromatic Colors of #8C0718
Black with #8C0718
Text Example
Text Example
White with #8C0718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0718; }
p { color: rgb(140,7,24); }
H1.HeaderClassName
{
color: #8C0718;
}
.AnyTagClassName
{
color: #8C0718;
}
</style>
background-color css
<style>
a { background-color: #8C0718; }
a { background-color: rgb(140,7,24); }
div.DivClassName
{
background-color: #8C0718;
}
.BgClassName
{
background-color: #8C0718;
}
</style>
border-color css
<style>
span { border-color: #8C0718; }
span { border-color: rgb(140,7,24); }
td.TdClassName
{
border-color: #8C0718;
}
.TagClassName
{
border-color: #8C0718;
}
</style>