Shades of Carmine #9E0029
Tints of Carmine #9E0029
RGB
CMYK
RGB Variations
Color information
#9E0029 (or 0x9E0029) is known color: Carmine. HEX triplet: 9E, 00 and 29. RGB value is (158,0,41). Sum of RGB (Red+Green+Blue) = 158+0+41=199 (26% of max value = 765). Red value is 158 (62.11% from 255 or 79.40% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0029 is #61FFD6. Grayscale: #333333. Windows color (decimal): -6422487 or 2687134. OLE color: 2687134.
HSL color Cylindrical-coordinate representation of color #9E0029: hue angle of 344.43º 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 #9E0029 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 0 | 41 | - |
| CMYK | 0 | 1 | 0.74 | 0.38 |
| HSL | 344.43º | 1% | 0.31% | - |
| HSV(B) | 344.43º | 1% | 0.62% | - |
| XYZ | 14.5 | 7.43 | 2.77 | - |
| YUV | 51.92 | 121.85 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 0 | 41 | 0 | 1 | 0.74 | 0.38 | 344.43 | 1 | 0.31 |
| Hex | 9E | 0 | 29 | 0 | 64 | 4A | 26 | 158 | 64 | 1F |
| Octal | 236 | 0 | 51 | 0 | 144 | 112 | 46 | 530 | 144 | 37 |
| Binary | 10011110 | 0 | 101001 | 0 | 1100100 | 1001010 | 100110 | 101011000 | 1100100 | 11111 |
Color Harmonies of #9E0029
Complementary color
Monochromatic Colors of #9E0029
Black with #9E0029
Text Example
Text Example
White with #9E0029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0029; }
p { color: rgb(158,0,41); }
H1.HeaderClassName
{
color: #9E0029;
}
.AnyTagClassName
{
color: #9E0029;
}
</style>
background-color css
<style>
a { background-color: #9E0029; }
a { background-color: rgb(158,0,41); }
div.DivClassName
{
background-color: #9E0029;
}
.BgClassName
{
background-color: #9E0029;
}
</style>
border-color css
<style>
span { border-color: #9E0029; }
span { border-color: rgb(158,0,41); }
td.TdClassName
{
border-color: #9E0029;
}
.TagClassName
{
border-color: #9E0029;
}
</style>