Shades of Carmine #9E101E
Tints of Carmine #9E101E
RGB
CMYK
RGB Variations
Color information
#9E101E (or 0x9E101E) is known color: Carmine. HEX triplet: 9E, 10 and 1E. RGB value is (158,16,30). Sum of RGB (Red+Green+Blue) = 158+16+30=204 (27% of max value = 765). Red value is 158 (62.11% from 255 or 77.45% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 30 (12.11% from 255 or 14.71% from 204); Max value from RGB is 158 - color contains mainly: red. Hex color #9E101E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E101E is #61EFE1. Grayscale: #3C3C3C. Windows color (decimal): -6418402 or 1970334. OLE color: 1970334.
HSL color Cylindrical-coordinate representation of color #9E101E: hue angle of 354.08º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9E101E is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 16 | 30 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.38 |
| HSL | 354.08º | 0.82% | 0.34% | - |
| HSV(B) | 354.08º | 0.9% | 0.62% | - |
| XYZ | 14.52 | 7.73 | 1.96 | - |
| YUV | 60.05 | 111.04 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 16 | 30 | 0 | 0.90 | 0.81 | 0.38 | 354.08 | 0.82 | 0.34 |
| Hex | 9E | 10 | 1E | 0 | 5A | 51 | 26 | 162 | 52 | 22 |
| Octal | 236 | 20 | 36 | 0 | 132 | 121 | 46 | 542 | 122 | 42 |
| Binary | 10011110 | 10000 | 11110 | 0 | 1011010 | 1010001 | 100110 | 101100010 | 1010010 | 100010 |
Color Harmonies of #9E101E
Complementary color
Monochromatic Colors of #9E101E
Black with #9E101E
Text Example
Text Example
White with #9E101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E101E; }
p { color: rgb(158,16,30); }
H1.HeaderClassName
{
color: #9E101E;
}
.AnyTagClassName
{
color: #9E101E;
}
</style>
background-color css
<style>
a { background-color: #9E101E; }
a { background-color: rgb(158,16,30); }
div.DivClassName
{
background-color: #9E101E;
}
.BgClassName
{
background-color: #9E101E;
}
</style>
border-color css
<style>
span { border-color: #9E101E; }
span { border-color: rgb(158,16,30); }
td.TdClassName
{
border-color: #9E101E;
}
.TagClassName
{
border-color: #9E101E;
}
</style>