Shades of Carmine #8E0520
Tints of Carmine #8E0520
RGB
CMYK
RGB Variations
Color information
#8E0520 (or 0x8E0520) is known color: Carmine. HEX triplet: 8E, 05 and 20. RGB value is (142,5,32). Sum of RGB (Red+Green+Blue) = 142+5+32=179 (23% of max value = 765). Red value is 142 (55.86% from 255 or 79.33% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0520 is #71FADF. Grayscale: #313131. Windows color (decimal): -7469792 or 2098574. OLE color: 2098574.
HSL color Cylindrical-coordinate representation of color #8E0520: hue angle of 348.18º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E0520 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 5 | 32 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.44 |
| HSL | 348.18º | 0.93% | 0.29% | - |
| HSV(B) | 348.18º | 0.96% | 0.56% | - |
| XYZ | 11.47 | 5.96 | 1.91 | - |
| YUV | 49.04 | 118.39 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 5 | 32 | 0 | 0.96 | 0.77 | 0.44 | 348.18 | 0.93 | 0.29 |
| Hex | 8E | 5 | 20 | 0 | 60 | 4D | 2C | 15C | 5D | 1D |
| Octal | 216 | 5 | 40 | 0 | 140 | 115 | 54 | 534 | 135 | 35 |
| Binary | 10001110 | 101 | 100000 | 0 | 1100000 | 1001101 | 101100 | 101011100 | 1011101 | 11101 |
Color Harmonies of #8E0520
Complementary color
Monochromatic Colors of #8E0520
Black with #8E0520
Text Example
Text Example
White with #8E0520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0520; }
p { color: rgb(142,5,32); }
H1.HeaderClassName
{
color: #8E0520;
}
.AnyTagClassName
{
color: #8E0520;
}
</style>
background-color css
<style>
a { background-color: #8E0520; }
a { background-color: rgb(142,5,32); }
div.DivClassName
{
background-color: #8E0520;
}
.BgClassName
{
background-color: #8E0520;
}
</style>
border-color css
<style>
span { border-color: #8E0520; }
span { border-color: rgb(142,5,32); }
td.TdClassName
{
border-color: #8E0520;
}
.TagClassName
{
border-color: #8E0520;
}
</style>