Shades of Carmine #9E1013
Tints of Carmine #9E1013
RGB
CMYK
RGB Variations
Color information
#9E1013 (or 0x9E1013) is known color: Carmine. HEX triplet: 9E, 10 and 13. RGB value is (158,16,19). Sum of RGB (Red+Green+Blue) = 158+16+19=193 (25% of max value = 765). Red value is 158 (62.11% from 255 or 81.87% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1013 is #61EFEC. Grayscale: #3A3A3A. Windows color (decimal): -6418413 or 1249438. OLE color: 1249438.
HSL color Cylindrical-coordinate representation of color #9E1013: hue angle of 358.73º 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 #9E1013 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 16 | 19 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.38 |
| HSL | 358.73º | 0.82% | 0.34% | - |
| HSV(B) | 358.73º | 0.9% | 0.62% | - |
| XYZ | 14.4 | 7.69 | 1.34 | - |
| YUV | 58.8 | 105.54 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 16 | 19 | 0 | 0.90 | 0.88 | 0.38 | 358.73 | 0.82 | 0.34 |
| Hex | 9E | 10 | 13 | 0 | 5A | 58 | 26 | 167 | 52 | 22 |
| Octal | 236 | 20 | 23 | 0 | 132 | 130 | 46 | 547 | 122 | 42 |
| Binary | 10011110 | 10000 | 10011 | 0 | 1011010 | 1011000 | 100110 | 101100111 | 1010010 | 100010 |
Color Harmonies of #9E1013
Complementary color
Monochromatic Colors of #9E1013
Black with #9E1013
Text Example
Text Example
White with #9E1013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1013; }
p { color: rgb(158,16,19); }
H1.HeaderClassName
{
color: #9E1013;
}
.AnyTagClassName
{
color: #9E1013;
}
</style>
background-color css
<style>
a { background-color: #9E1013; }
a { background-color: rgb(158,16,19); }
div.DivClassName
{
background-color: #9E1013;
}
.BgClassName
{
background-color: #9E1013;
}
</style>
border-color css
<style>
span { border-color: #9E1013; }
span { border-color: rgb(158,16,19); }
td.TdClassName
{
border-color: #9E1013;
}
.TagClassName
{
border-color: #9E1013;
}
</style>