Shades of Carmine #8C0614
Tints of Carmine #8C0614
RGB
CMYK
RGB Variations
Color information
#8C0614 (or 0x8C0614) is known color: Carmine. HEX triplet: 8C, 06 and 14. RGB value is (140,6,20). Sum of RGB (Red+Green+Blue) = 140+6+20=166 (21% of max value = 765). Red value is 140 (55.08% from 255 or 84.34% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0614 is #73F9EB. Grayscale: #2F2F2F. Windows color (decimal): -7600620 or 1312396. OLE color: 1312396.
HSL color Cylindrical-coordinate representation of color #8C0614: hue angle of 353.73º 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 #8C0614 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 6 | 20 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.45 |
| HSL | 353.73º | 0.92% | 0.29% | - |
| HSV(B) | 353.73º | 0.96% | 0.55% | - |
| XYZ | 11.01 | 5.76 | 1.19 | - |
| YUV | 47.66 | 112.39 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 20 | 0 | 0.96 | 0.86 | 0.45 | 353.73 | 0.92 | 0.29 |
| Hex | 8C | 6 | 14 | 0 | 60 | 56 | 2D | 162 | 5C | 1D |
| Octal | 214 | 6 | 24 | 0 | 140 | 126 | 55 | 542 | 134 | 35 |
| Binary | 10001100 | 110 | 10100 | 0 | 1100000 | 1010110 | 101101 | 101100010 | 1011100 | 11101 |
Color Harmonies of #8C0614
Complementary color
Monochromatic Colors of #8C0614
Black with #8C0614
Text Example
Text Example
White with #8C0614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0614; }
p { color: rgb(140,6,20); }
H1.HeaderClassName
{
color: #8C0614;
}
.AnyTagClassName
{
color: #8C0614;
}
</style>
background-color css
<style>
a { background-color: #8C0614; }
a { background-color: rgb(140,6,20); }
div.DivClassName
{
background-color: #8C0614;
}
.BgClassName
{
background-color: #8C0614;
}
</style>
border-color css
<style>
span { border-color: #8C0614; }
span { border-color: rgb(140,6,20); }
td.TdClassName
{
border-color: #8C0614;
}
.TagClassName
{
border-color: #8C0614;
}
</style>