Shades of Carmine #9E093A
Tints of Carmine #9E093A
RGB
CMYK
RGB Variations
Color information
#9E093A (or 0x9E093A) is known color: Carmine. HEX triplet: 9E, 09 and 3A. RGB value is (158,9,58). Sum of RGB (Red+Green+Blue) = 158+9+58=225 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.22% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 158 - color contains mainly: red. Hex color #9E093A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E093A is #61F6C5. Grayscale: #3B3B3B. Windows color (decimal): -6420166 or 3803550. OLE color: 3803550.
HSL color Cylindrical-coordinate representation of color #9E093A: hue angle of 340.27º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E093A is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 9 | 58 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.38 |
| HSL | 340.27º | 0.89% | 0.33% | - |
| HSV(B) | 340.27º | 0.94% | 0.62% | - |
| XYZ | 14.96 | 7.77 | 4.71 | - |
| YUV | 59.14 | 127.36 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 9 | 58 | 0 | 0.94 | 0.63 | 0.38 | 340.27 | 0.89 | 0.33 |
| Hex | 9E | 9 | 3A | 0 | 5E | 3F | 26 | 154 | 59 | 21 |
| Octal | 236 | 11 | 72 | 0 | 136 | 77 | 46 | 524 | 131 | 41 |
| Binary | 10011110 | 1001 | 111010 | 0 | 1011110 | 111111 | 100110 | 101010100 | 1011001 | 100001 |
Color Harmonies of #9E093A
Complementary color
Monochromatic Colors of #9E093A
Black with #9E093A
Text Example
Text Example
White with #9E093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E093A; }
p { color: rgb(158,9,58); }
H1.HeaderClassName
{
color: #9E093A;
}
.AnyTagClassName
{
color: #9E093A;
}
</style>
background-color css
<style>
a { background-color: #9E093A; }
a { background-color: rgb(158,9,58); }
div.DivClassName
{
background-color: #9E093A;
}
.BgClassName
{
background-color: #9E093A;
}
</style>
border-color css
<style>
span { border-color: #9E093A; }
span { border-color: rgb(158,9,58); }
td.TdClassName
{
border-color: #9E093A;
}
.TagClassName
{
border-color: #9E093A;
}
</style>