Shades of Carmine #9E0811
Tints of Carmine #9E0811
RGB
CMYK
RGB Variations
Color information
#9E0811 (or 0x9E0811) is known color: Carmine. HEX triplet: 9E, 08 and 11. RGB value is (158,8,17). Sum of RGB (Red+Green+Blue) = 158+8+17=183 (24% of max value = 765). Red value is 158 (62.11% from 255 or 86.34% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0811 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0811 is #61F7EE. Grayscale: #353535. Windows color (decimal): -6420463 or 1116318. OLE color: 1116318.
HSL color Cylindrical-coordinate representation of color #9E0811: hue angle of 356.4º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E0811 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 8 | 17 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.38 |
| HSL | 356.4º | 0.9% | 0.33% | - |
| HSV(B) | 356.4º | 0.95% | 0.62% | - |
| XYZ | 14.29 | 7.48 | 1.22 | - |
| YUV | 53.88 | 107.2 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 8 | 17 | 0 | 0.95 | 0.89 | 0.38 | 356.4 | 0.9 | 0.33 |
| Hex | 9E | 8 | 11 | 0 | 5F | 59 | 26 | 164 | 5A | 21 |
| Octal | 236 | 10 | 21 | 0 | 137 | 131 | 46 | 544 | 132 | 41 |
| Binary | 10011110 | 1000 | 10001 | 0 | 1011111 | 1011001 | 100110 | 101100100 | 1011010 | 100001 |
Color Harmonies of #9E0811
Complementary color
Monochromatic Colors of #9E0811
Black with #9E0811
Text Example
Text Example
White with #9E0811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0811; }
p { color: rgb(158,8,17); }
H1.HeaderClassName
{
color: #9E0811;
}
.AnyTagClassName
{
color: #9E0811;
}
</style>
background-color css
<style>
a { background-color: #9E0811; }
a { background-color: rgb(158,8,17); }
div.DivClassName
{
background-color: #9E0811;
}
.BgClassName
{
background-color: #9E0811;
}
</style>
border-color css
<style>
span { border-color: #9E0811; }
span { border-color: rgb(158,8,17); }
td.TdClassName
{
border-color: #9E0811;
}
.TagClassName
{
border-color: #9E0811;
}
</style>