Shades of Carmine #9E1126
Tints of Carmine #9E1126
RGB
CMYK
RGB Variations
Color information
#9E1126 (or 0x9E1126) is known color: Carmine. HEX triplet: 9E, 11 and 26. RGB value is (158,17,38). Sum of RGB (Red+Green+Blue) = 158+17+38=213 (28% of max value = 765). Red value is 158 (62.11% from 255 or 74.18% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1126 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1126 is #61EED9. Grayscale: #3D3D3D. Windows color (decimal): -6418138 or 2494878. OLE color: 2494878.
HSL color Cylindrical-coordinate representation of color #9E1126: hue angle of 351.06º 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 #9E1126 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 17 | 38 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.38 |
| HSL | 351.06º | 0.81% | 0.34% | - |
| HSV(B) | 351.06º | 0.89% | 0.62% | - |
| XYZ | 14.65 | 7.81 | 2.57 | - |
| YUV | 61.55 | 114.71 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 17 | 38 | 0 | 0.89 | 0.76 | 0.38 | 351.06 | 0.81 | 0.34 |
| Hex | 9E | 11 | 26 | 0 | 59 | 4C | 26 | 15F | 51 | 22 |
| Octal | 236 | 21 | 46 | 0 | 131 | 114 | 46 | 537 | 121 | 42 |
| Binary | 10011110 | 10001 | 100110 | 0 | 1011001 | 1001100 | 100110 | 101011111 | 1010001 | 100010 |
Color Harmonies of #9E1126
Complementary color
Monochromatic Colors of #9E1126
Black with #9E1126
Text Example
Text Example
White with #9E1126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1126; }
p { color: rgb(158,17,38); }
H1.HeaderClassName
{
color: #9E1126;
}
.AnyTagClassName
{
color: #9E1126;
}
</style>
background-color css
<style>
a { background-color: #9E1126; }
a { background-color: rgb(158,17,38); }
div.DivClassName
{
background-color: #9E1126;
}
.BgClassName
{
background-color: #9E1126;
}
</style>
border-color css
<style>
span { border-color: #9E1126; }
span { border-color: rgb(158,17,38); }
td.TdClassName
{
border-color: #9E1126;
}
.TagClassName
{
border-color: #9E1126;
}
</style>