Shades of Carmine #8C0616
Tints of Carmine #8C0616
RGB
CMYK
RGB Variations
Color information
#8C0616 (or 0x8C0616) is known color: Carmine. HEX triplet: 8C, 06 and 16. RGB value is (140,6,22). Sum of RGB (Red+Green+Blue) = 140+6+22=168 (22% of max value = 765). Red value is 140 (55.08% from 255 or 83.33% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0616 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0616 is #73F9E9. Grayscale: #2F2F2F. Windows color (decimal): -7600618 or 1443468. OLE color: 1443468.
HSL color Cylindrical-coordinate representation of color #8C0616: hue angle of 352.84º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C0616 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 6 | 22 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.45 |
| HSL | 352.84º | 0.92% | 0.29% | - |
| HSV(B) | 352.84º | 0.96% | 0.55% | - |
| XYZ | 11.03 | 5.76 | 1.29 | - |
| YUV | 47.89 | 113.39 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 22 | 0 | 0.96 | 0.84 | 0.45 | 352.84 | 0.92 | 0.29 |
| Hex | 8C | 6 | 16 | 0 | 60 | 54 | 2D | 161 | 5C | 1D |
| Octal | 214 | 6 | 26 | 0 | 140 | 124 | 55 | 541 | 134 | 35 |
| Binary | 10001100 | 110 | 10110 | 0 | 1100000 | 1010100 | 101101 | 101100001 | 1011100 | 11101 |
Color Harmonies of #8C0616
Complementary color
Monochromatic Colors of #8C0616
Black with #8C0616
Text Example
Text Example
White with #8C0616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0616; }
p { color: rgb(140,6,22); }
H1.HeaderClassName
{
color: #8C0616;
}
.AnyTagClassName
{
color: #8C0616;
}
</style>
background-color css
<style>
a { background-color: #8C0616; }
a { background-color: rgb(140,6,22); }
div.DivClassName
{
background-color: #8C0616;
}
.BgClassName
{
background-color: #8C0616;
}
</style>
border-color css
<style>
span { border-color: #8C0616; }
span { border-color: rgb(140,6,22); }
td.TdClassName
{
border-color: #8C0616;
}
.TagClassName
{
border-color: #8C0616;
}
</style>