Shades of Carmine #8C0E1C
Tints of Carmine #8C0E1C
RGB
CMYK
RGB Variations
Color information
#8C0E1C (or 0x8C0E1C) is known color: Carmine. HEX triplet: 8C, 0E and 1C. RGB value is (140,14,28). Sum of RGB (Red+Green+Blue) = 140+14+28=182 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.92% from 182); Green value is 14 (5.86% from 255 or 7.69% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0E1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0E1C is #73F1E3. Grayscale: #353535. Windows color (decimal): -7598564 or 1838732. OLE color: 1838732.
HSL color Cylindrical-coordinate representation of color #8C0E1C: hue angle of 353.33º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C0E1C is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 14 | 28 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.45 |
| HSL | 353.33º | 0.82% | 0.3% | - |
| HSV(B) | 353.33º | 0.9% | 0.55% | - |
| XYZ | 11.18 | 5.97 | 1.66 | - |
| YUV | 53.27 | 113.74 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 14 | 28 | 0 | 0.90 | 0.80 | 0.45 | 353.33 | 0.82 | 0.3 |
| Hex | 8C | E | 1C | 0 | 5A | 50 | 2D | 161 | 52 | 1E |
| Octal | 214 | 16 | 34 | 0 | 132 | 120 | 55 | 541 | 122 | 36 |
| Binary | 10001100 | 1110 | 11100 | 0 | 1011010 | 1010000 | 101101 | 101100001 | 1010010 | 11110 |
Color Harmonies of #8C0E1C
Complementary color
Monochromatic Colors of #8C0E1C
Black with #8C0E1C
Text Example
Text Example
White with #8C0E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0E1C; }
p { color: rgb(140,14,28); }
H1.HeaderClassName
{
color: #8C0E1C;
}
.AnyTagClassName
{
color: #8C0E1C;
}
</style>
background-color css
<style>
a { background-color: #8C0E1C; }
a { background-color: rgb(140,14,28); }
div.DivClassName
{
background-color: #8C0E1C;
}
.BgClassName
{
background-color: #8C0E1C;
}
</style>
border-color css
<style>
span { border-color: #8C0E1C; }
span { border-color: rgb(140,14,28); }
td.TdClassName
{
border-color: #8C0E1C;
}
.TagClassName
{
border-color: #8C0E1C;
}
</style>