Shades of Carmine #8E0C1A
Tints of Carmine #8E0C1A
RGB
CMYK
RGB Variations
Color information
#8E0C1A (or 0x8E0C1A) is known color: Carmine. HEX triplet: 8E, 0C and 1A. RGB value is (142,12,26). Sum of RGB (Red+Green+Blue) = 142+12+26=180 (23% of max value = 765). Red value is 142 (55.86% from 255 or 78.89% from 180); Green value is 12 (5.08% from 255 or 6.67% from 180); Blue value is 26 (10.55% from 255 or 14.44% from 180); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0C1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0C1A is #71F3E5. Grayscale: #343434. Windows color (decimal): -7468006 or 1707150. OLE color: 1707150.
HSL color Cylindrical-coordinate representation of color #8E0C1A: hue angle of 353.54º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E0C1A is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 12 | 26 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.44 |
| HSL | 353.54º | 0.84% | 0.3% | - |
| HSV(B) | 353.54º | 0.92% | 0.56% | - |
| XYZ | 11.47 | 6.09 | 1.55 | - |
| YUV | 52.47 | 113.07 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 12 | 26 | 0 | 0.92 | 0.82 | 0.44 | 353.54 | 0.84 | 0.3 |
| Hex | 8E | C | 1A | 0 | 5C | 52 | 2C | 162 | 54 | 1E |
| Octal | 216 | 14 | 32 | 0 | 134 | 122 | 54 | 542 | 124 | 36 |
| Binary | 10001110 | 1100 | 11010 | 0 | 1011100 | 1010010 | 101100 | 101100010 | 1010100 | 11110 |
Color Harmonies of #8E0C1A
Complementary color
Monochromatic Colors of #8E0C1A
Black with #8E0C1A
Text Example
Text Example
White with #8E0C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0C1A; }
p { color: rgb(142,12,26); }
H1.HeaderClassName
{
color: #8E0C1A;
}
.AnyTagClassName
{
color: #8E0C1A;
}
</style>
background-color css
<style>
a { background-color: #8E0C1A; }
a { background-color: rgb(142,12,26); }
div.DivClassName
{
background-color: #8E0C1A;
}
.BgClassName
{
background-color: #8E0C1A;
}
</style>
border-color css
<style>
span { border-color: #8E0C1A; }
span { border-color: rgb(142,12,26); }
td.TdClassName
{
border-color: #8E0C1A;
}
.TagClassName
{
border-color: #8E0C1A;
}
</style>