Shades of Carmine #9E0613
Tints of Carmine #9E0613
RGB
CMYK
RGB Variations
Color information
#9E0613 (or 0x9E0613) is known color: Carmine. HEX triplet: 9E, 06 and 13. RGB value is (158,6,19). Sum of RGB (Red+Green+Blue) = 158+6+19=183 (24% of max value = 765). Red value is 158 (62.11% from 255 or 86.34% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0613 is #61F9EC. Grayscale: #353535. Windows color (decimal): -6420973 or 1246878. OLE color: 1246878.
HSL color Cylindrical-coordinate representation of color #9E0613: hue angle of 354.87º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E0613 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 6 | 19 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.38 |
| HSL | 354.87º | 0.93% | 0.32% | - |
| HSV(B) | 354.87º | 0.96% | 0.62% | - |
| XYZ | 14.28 | 7.45 | 1.3 | - |
| YUV | 52.93 | 108.86 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 6 | 19 | 0 | 0.96 | 0.88 | 0.38 | 354.87 | 0.93 | 0.32 |
| Hex | 9E | 6 | 13 | 0 | 60 | 58 | 26 | 163 | 5D | 20 |
| Octal | 236 | 6 | 23 | 0 | 140 | 130 | 46 | 543 | 135 | 40 |
| Binary | 10011110 | 110 | 10011 | 0 | 1100000 | 1011000 | 100110 | 101100011 | 1011101 | 100000 |
Color Harmonies of #9E0613
Complementary color
Monochromatic Colors of #9E0613
Black with #9E0613
Text Example
Text Example
White with #9E0613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0613; }
p { color: rgb(158,6,19); }
H1.HeaderClassName
{
color: #9E0613;
}
.AnyTagClassName
{
color: #9E0613;
}
</style>
background-color css
<style>
a { background-color: #9E0613; }
a { background-color: rgb(158,6,19); }
div.DivClassName
{
background-color: #9E0613;
}
.BgClassName
{
background-color: #9E0613;
}
</style>
border-color css
<style>
span { border-color: #9E0613; }
span { border-color: rgb(158,6,19); }
td.TdClassName
{
border-color: #9E0613;
}
.TagClassName
{
border-color: #9E0613;
}
</style>