Shades of Carmine #9E002E
Tints of Carmine #9E002E
RGB
CMYK
RGB Variations
Color information
#9E002E (or 0x9E002E) is known color: Carmine. HEX triplet: 9E, 00 and 2E. RGB value is (158,0,46). Sum of RGB (Red+Green+Blue) = 158+0+46=204 (27% of max value = 765). Red value is 158 (62.11% from 255 or 77.45% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 158 - color contains mainly: red. Hex color #9E002E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E002E is #61FFD1. Grayscale: #343434. Windows color (decimal): -6422482 or 3014814. OLE color: 3014814.
HSL color Cylindrical-coordinate representation of color #9E002E: hue angle of 342.53º 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 #9E002E is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.71 | 0.38 |
| HSL | 342.53º | 1% | 0.31% | - |
| HSV(B) | 342.53º | 1% | 0.62% | - |
| XYZ | 14.59 | 7.47 | 3.26 | - |
| YUV | 52.49 | 124.35 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 0 | 46 | 0 | 1 | 0.71 | 0.38 | 342.53 | 1 | 0.31 |
| Hex | 9E | 0 | 2E | 0 | 64 | 47 | 26 | 157 | 64 | 1F |
| Octal | 236 | 0 | 56 | 0 | 144 | 107 | 46 | 527 | 144 | 37 |
| Binary | 10011110 | 0 | 101110 | 0 | 1100100 | 1000111 | 100110 | 101010111 | 1100100 | 11111 |
Color Harmonies of #9E002E
Complementary color
Monochromatic Colors of #9E002E
Black with #9E002E
Text Example
Text Example
White with #9E002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E002E; }
p { color: rgb(158,0,46); }
H1.HeaderClassName
{
color: #9E002E;
}
.AnyTagClassName
{
color: #9E002E;
}
</style>
background-color css
<style>
a { background-color: #9E002E; }
a { background-color: rgb(158,0,46); }
div.DivClassName
{
background-color: #9E002E;
}
.BgClassName
{
background-color: #9E002E;
}
</style>
border-color css
<style>
span { border-color: #9E002E; }
span { border-color: rgb(158,0,46); }
td.TdClassName
{
border-color: #9E002E;
}
.TagClassName
{
border-color: #9E002E;
}
</style>