Shades of Carmine #9E0E16
Tints of Carmine #9E0E16
RGB
CMYK
RGB Variations
Color information
#9E0E16 (or 0x9E0E16) is known color: Carmine. HEX triplet: 9E, 0E and 16. RGB value is (158,14,22). Sum of RGB (Red+Green+Blue) = 158+14+22=194 (25% of max value = 765). Red value is 158 (62.11% from 255 or 81.44% from 194); Green value is 14 (5.86% from 255 or 7.22% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0E16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0E16 is #61F1E9. Grayscale: #3A3A3A. Windows color (decimal): -6418922 or 1445534. OLE color: 1445534.
HSL color Cylindrical-coordinate representation of color #9E0E16: hue angle of 356.67º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9E0E16 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 14 | 22 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.38 |
| HSL | 356.67º | 0.84% | 0.34% | - |
| HSV(B) | 356.67º | 0.91% | 0.62% | - |
| XYZ | 14.4 | 7.64 | 1.47 | - |
| YUV | 57.97 | 107.71 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 14 | 22 | 0 | 0.91 | 0.86 | 0.38 | 356.67 | 0.84 | 0.34 |
| Hex | 9E | E | 16 | 0 | 5B | 56 | 26 | 165 | 54 | 22 |
| Octal | 236 | 16 | 26 | 0 | 133 | 126 | 46 | 545 | 124 | 42 |
| Binary | 10011110 | 1110 | 10110 | 0 | 1011011 | 1010110 | 100110 | 101100101 | 1010100 | 100010 |
Color Harmonies of #9E0E16
Complementary color
Monochromatic Colors of #9E0E16
Black with #9E0E16
Text Example
Text Example
White with #9E0E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0E16; }
p { color: rgb(158,14,22); }
H1.HeaderClassName
{
color: #9E0E16;
}
.AnyTagClassName
{
color: #9E0E16;
}
</style>
background-color css
<style>
a { background-color: #9E0E16; }
a { background-color: rgb(158,14,22); }
div.DivClassName
{
background-color: #9E0E16;
}
.BgClassName
{
background-color: #9E0E16;
}
</style>
border-color css
<style>
span { border-color: #9E0E16; }
span { border-color: rgb(158,14,22); }
td.TdClassName
{
border-color: #9E0E16;
}
.TagClassName
{
border-color: #9E0E16;
}
</style>