Shades of Carmine #9E003A
Tints of Carmine #9E003A
RGB
CMYK
RGB Variations
Color information
#9E003A (or 0x9E003A) is known color: Carmine. HEX triplet: 9E, 00 and 3A. RGB value is (158,0,58). Sum of RGB (Red+Green+Blue) = 158+0+58=216 (28% of max value = 765). Red value is 158 (62.11% from 255 or 73.15% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 158 - color contains mainly: red. Hex color #9E003A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E003A is #61FFC5. Grayscale: #353535. Windows color (decimal): -6422470 or 3801246. OLE color: 3801246.
HSL color Cylindrical-coordinate representation of color #9E003A: hue angle of 337.97º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9E003A is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.63 | 0.38 |
| HSL | 337.97º | 1% | 0.31% | - |
| HSV(B) | 337.97º | 1% | 0.62% | - |
| XYZ | 14.86 | 7.57 | 4.68 | - |
| YUV | 53.85 | 130.35 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 0 | 58 | 0 | 1 | 0.63 | 0.38 | 337.97 | 1 | 0.31 |
| Hex | 9E | 0 | 3A | 0 | 64 | 3F | 26 | 152 | 64 | 1F |
| Octal | 236 | 0 | 72 | 0 | 144 | 77 | 46 | 522 | 144 | 37 |
| Binary | 10011110 | 0 | 111010 | 0 | 1100100 | 111111 | 100110 | 101010010 | 1100100 | 11111 |
Color Harmonies of #9E003A
Complementary color
Monochromatic Colors of #9E003A
Black with #9E003A
Text Example
Text Example
White with #9E003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E003A; }
p { color: rgb(158,0,58); }
H1.HeaderClassName
{
color: #9E003A;
}
.AnyTagClassName
{
color: #9E003A;
}
</style>
background-color css
<style>
a { background-color: #9E003A; }
a { background-color: rgb(158,0,58); }
div.DivClassName
{
background-color: #9E003A;
}
.BgClassName
{
background-color: #9E003A;
}
</style>
border-color css
<style>
span { border-color: #9E003A; }
span { border-color: rgb(158,0,58); }
td.TdClassName
{
border-color: #9E003A;
}
.TagClassName
{
border-color: #9E003A;
}
</style>