Shades of Carmine #9E112B
Tints of Carmine #9E112B
RGB
CMYK
RGB Variations
Color information
#9E112B (or 0x9E112B) is known color: Carmine. HEX triplet: 9E, 11 and 2B. RGB value is (158,17,43). Sum of RGB (Red+Green+Blue) = 158+17+43=218 (28% of max value = 765). Red value is 158 (62.11% from 255 or 72.48% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 158 - color contains mainly: red. Hex color #9E112B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E112B is #61EED4. Grayscale: #3E3E3E. Windows color (decimal): -6418133 or 2822558. OLE color: 2822558.
HSL color Cylindrical-coordinate representation of color #9E112B: hue angle of 348.94º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E112B is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 17 | 43 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.38 |
| HSL | 348.94º | 0.81% | 0.34% | - |
| HSV(B) | 348.94º | 0.89% | 0.62% | - |
| XYZ | 14.74 | 7.84 | 3.02 | - |
| YUV | 62.12 | 117.21 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 17 | 43 | 0 | 0.89 | 0.73 | 0.38 | 348.94 | 0.81 | 0.34 |
| Hex | 9E | 11 | 2B | 0 | 59 | 49 | 26 | 15D | 51 | 22 |
| Octal | 236 | 21 | 53 | 0 | 131 | 111 | 46 | 535 | 121 | 42 |
| Binary | 10011110 | 10001 | 101011 | 0 | 1011001 | 1001001 | 100110 | 101011101 | 1010001 | 100010 |
Color Harmonies of #9E112B
Complementary color
Monochromatic Colors of #9E112B
Black with #9E112B
Text Example
Text Example
White with #9E112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E112B; }
p { color: rgb(158,17,43); }
H1.HeaderClassName
{
color: #9E112B;
}
.AnyTagClassName
{
color: #9E112B;
}
</style>
background-color css
<style>
a { background-color: #9E112B; }
a { background-color: rgb(158,17,43); }
div.DivClassName
{
background-color: #9E112B;
}
.BgClassName
{
background-color: #9E112B;
}
</style>
border-color css
<style>
span { border-color: #9E112B; }
span { border-color: rgb(158,17,43); }
td.TdClassName
{
border-color: #9E112B;
}
.TagClassName
{
border-color: #9E112B;
}
</style>