Shades of Carmine #9E072E
Tints of Carmine #9E072E
RGB
CMYK
RGB Variations
Color information
#9E072E (or 0x9E072E) is known color: Carmine. HEX triplet: 9E, 07 and 2E. RGB value is (158,7,46). Sum of RGB (Red+Green+Blue) = 158+7+46=211 (27% of max value = 765). Red value is 158 (62.11% from 255 or 74.88% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 158 - color contains mainly: red. Hex color #9E072E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E072E is #61F8D1. Grayscale: #383838. Windows color (decimal): -6420690 or 3016606. OLE color: 3016606.
HSL color Cylindrical-coordinate representation of color #9E072E: hue angle of 344.5º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E072E is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 7 | 46 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.38 |
| HSL | 344.5º | 0.92% | 0.32% | - |
| HSV(B) | 344.5º | 0.96% | 0.62% | - |
| XYZ | 14.67 | 7.62 | 3.28 | - |
| YUV | 56.6 | 122.03 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 7 | 46 | 0 | 0.96 | 0.71 | 0.38 | 344.5 | 0.92 | 0.32 |
| Hex | 9E | 7 | 2E | 0 | 60 | 47 | 26 | 159 | 5C | 20 |
| Octal | 236 | 7 | 56 | 0 | 140 | 107 | 46 | 531 | 134 | 40 |
| Binary | 10011110 | 111 | 101110 | 0 | 1100000 | 1000111 | 100110 | 101011001 | 1011100 | 100000 |
Color Harmonies of #9E072E
Complementary color
Monochromatic Colors of #9E072E
Black with #9E072E
Text Example
Text Example
White with #9E072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E072E; }
p { color: rgb(158,7,46); }
H1.HeaderClassName
{
color: #9E072E;
}
.AnyTagClassName
{
color: #9E072E;
}
</style>
background-color css
<style>
a { background-color: #9E072E; }
a { background-color: rgb(158,7,46); }
div.DivClassName
{
background-color: #9E072E;
}
.BgClassName
{
background-color: #9E072E;
}
</style>
border-color css
<style>
span { border-color: #9E072E; }
span { border-color: rgb(158,7,46); }
td.TdClassName
{
border-color: #9E072E;
}
.TagClassName
{
border-color: #9E072E;
}
</style>