Shades of Carmine #9E0034
Tints of Carmine #9E0034
RGB
CMYK
RGB Variations
Color information
#9E0034 (or 0x9E0034) is known color: Carmine. HEX triplet: 9E, 00 and 34. RGB value is (158,0,52). Sum of RGB (Red+Green+Blue) = 158+0+52=210 (27% of max value = 765). Red value is 158 (62.11% from 255 or 75.24% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0034 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0034 is #61FFCB. Grayscale: #353535. Windows color (decimal): -6422476 or 3408030. OLE color: 3408030.
HSL color Cylindrical-coordinate representation of color #9E0034: hue angle of 340.25º 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 #9E0034 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 0 | 52 | - |
| CMYK | 0 | 1 | 0.67 | 0.38 |
| HSL | 340.25º | 1% | 0.31% | - |
| HSV(B) | 340.25º | 1% | 0.62% | - |
| XYZ | 14.72 | 7.52 | 3.92 | - |
| YUV | 53.17 | 127.35 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 0 | 52 | 0 | 1 | 0.67 | 0.38 | 340.25 | 1 | 0.31 |
| Hex | 9E | 0 | 34 | 0 | 64 | 43 | 26 | 154 | 64 | 1F |
| Octal | 236 | 0 | 64 | 0 | 144 | 103 | 46 | 524 | 144 | 37 |
| Binary | 10011110 | 0 | 110100 | 0 | 1100100 | 1000011 | 100110 | 101010100 | 1100100 | 11111 |
Color Harmonies of #9E0034
Complementary color
Monochromatic Colors of #9E0034
Black with #9E0034
Text Example
Text Example
White with #9E0034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0034; }
p { color: rgb(158,0,52); }
H1.HeaderClassName
{
color: #9E0034;
}
.AnyTagClassName
{
color: #9E0034;
}
</style>
background-color css
<style>
a { background-color: #9E0034; }
a { background-color: rgb(158,0,52); }
div.DivClassName
{
background-color: #9E0034;
}
.BgClassName
{
background-color: #9E0034;
}
</style>
border-color css
<style>
span { border-color: #9E0034; }
span { border-color: rgb(158,0,52); }
td.TdClassName
{
border-color: #9E0034;
}
.TagClassName
{
border-color: #9E0034;
}
</style>