Shades of Carmine #9E0813
Tints of Carmine #9E0813
RGB
CMYK
RGB Variations
Color information
#9E0813 (or 0x9E0813) is known color: Carmine. HEX triplet: 9E, 08 and 13. RGB value is (158,8,19). Sum of RGB (Red+Green+Blue) = 158+8+19=185 (24% of max value = 765). Red value is 158 (62.11% from 255 or 85.41% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0813 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0813 is #61F7EC. Grayscale: #363636. Windows color (decimal): -6420461 or 1247390. OLE color: 1247390.
HSL color Cylindrical-coordinate representation of color #9E0813: hue angle of 355.6º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E0813 is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 8 | 19 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.38 |
| HSL | 355.6º | 0.9% | 0.33% | - |
| HSV(B) | 355.6º | 0.95% | 0.62% | - |
| XYZ | 14.3 | 7.49 | 1.31 | - |
| YUV | 54.1 | 108.2 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 8 | 19 | 0 | 0.95 | 0.88 | 0.38 | 355.6 | 0.9 | 0.33 |
| Hex | 9E | 8 | 13 | 0 | 5F | 58 | 26 | 164 | 5A | 21 |
| Octal | 236 | 10 | 23 | 0 | 137 | 130 | 46 | 544 | 132 | 41 |
| Binary | 10011110 | 1000 | 10011 | 0 | 1011111 | 1011000 | 100110 | 101100100 | 1011010 | 100001 |
Color Harmonies of #9E0813
Complementary color
Monochromatic Colors of #9E0813
Black with #9E0813
Text Example
Text Example
White with #9E0813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0813; }
p { color: rgb(158,8,19); }
H1.HeaderClassName
{
color: #9E0813;
}
.AnyTagClassName
{
color: #9E0813;
}
</style>
background-color css
<style>
a { background-color: #9E0813; }
a { background-color: rgb(158,8,19); }
div.DivClassName
{
background-color: #9E0813;
}
.BgClassName
{
background-color: #9E0813;
}
</style>
border-color css
<style>
span { border-color: #9E0813; }
span { border-color: rgb(158,8,19); }
td.TdClassName
{
border-color: #9E0813;
}
.TagClassName
{
border-color: #9E0813;
}
</style>