Shades of Carmine #8E051A
Tints of Carmine #8E051A
RGB
CMYK
RGB Variations
Color information
#8E051A (or 0x8E051A) is known color: Carmine. HEX triplet: 8E, 05 and 1A. RGB value is (142,5,26). Sum of RGB (Red+Green+Blue) = 142+5+26=173 (22% of max value = 765). Red value is 142 (55.86% from 255 or 82.08% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 142 - color contains mainly: red. Hex color #8E051A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E051A is #71FAE5. Grayscale: #303030. Windows color (decimal): -7469798 or 1705358. OLE color: 1705358.
HSL color Cylindrical-coordinate representation of color #8E051A: hue angle of 350.8º 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 #8E051A is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 5 | 26 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.44 |
| HSL | 350.8º | 0.93% | 0.29% | - |
| HSV(B) | 350.8º | 0.96% | 0.56% | - |
| XYZ | 11.4 | 5.93 | 1.52 | - |
| YUV | 48.36 | 115.39 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 5 | 26 | 0 | 0.96 | 0.82 | 0.44 | 350.8 | 0.93 | 0.29 |
| Hex | 8E | 5 | 1A | 0 | 60 | 52 | 2C | 15F | 5D | 1D |
| Octal | 216 | 5 | 32 | 0 | 140 | 122 | 54 | 537 | 135 | 35 |
| Binary | 10001110 | 101 | 11010 | 0 | 1100000 | 1010010 | 101100 | 101011111 | 1011101 | 11101 |
Color Harmonies of #8E051A
Complementary color
Monochromatic Colors of #8E051A
Black with #8E051A
Text Example
Text Example
White with #8E051A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E051A; }
p { color: rgb(142,5,26); }
H1.HeaderClassName
{
color: #8E051A;
}
.AnyTagClassName
{
color: #8E051A;
}
</style>
background-color css
<style>
a { background-color: #8E051A; }
a { background-color: rgb(142,5,26); }
div.DivClassName
{
background-color: #8E051A;
}
.BgClassName
{
background-color: #8E051A;
}
</style>
border-color css
<style>
span { border-color: #8E051A; }
span { border-color: rgb(142,5,26); }
td.TdClassName
{
border-color: #8E051A;
}
.TagClassName
{
border-color: #8E051A;
}
</style>