Shades of Carmine #9E062D
Tints of Carmine #9E062D
RGB
CMYK
RGB Variations
Color information
#9E062D (or 0x9E062D) is known color: Carmine. HEX triplet: 9E, 06 and 2D. RGB value is (158,6,45). Sum of RGB (Red+Green+Blue) = 158+6+45=209 (27% of max value = 765). Red value is 158 (62.11% from 255 or 75.60% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 158 - color contains mainly: red. Hex color #9E062D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E062D is #61F9D2. Grayscale: #373737. Windows color (decimal): -6420947 or 2950814. OLE color: 2950814.
HSL color Cylindrical-coordinate representation of color #9E062D: hue angle of 344.61º degrees, saturation: 0.93, 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 #9E062D is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 6 | 45 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.38 |
| HSL | 344.61º | 0.93% | 0.32% | - |
| HSV(B) | 344.61º | 0.96% | 0.62% | - |
| XYZ | 14.64 | 7.59 | 3.18 | - |
| YUV | 55.89 | 121.86 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 6 | 45 | 0 | 0.96 | 0.72 | 0.38 | 344.61 | 0.93 | 0.32 |
| Hex | 9E | 6 | 2D | 0 | 60 | 48 | 26 | 159 | 5D | 20 |
| Octal | 236 | 6 | 55 | 0 | 140 | 110 | 46 | 531 | 135 | 40 |
| Binary | 10011110 | 110 | 101101 | 0 | 1100000 | 1001000 | 100110 | 101011001 | 1011101 | 100000 |
Color Harmonies of #9E062D
Complementary color
Monochromatic Colors of #9E062D
Black with #9E062D
Text Example
Text Example
White with #9E062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E062D; }
p { color: rgb(158,6,45); }
H1.HeaderClassName
{
color: #9E062D;
}
.AnyTagClassName
{
color: #9E062D;
}
</style>
background-color css
<style>
a { background-color: #9E062D; }
a { background-color: rgb(158,6,45); }
div.DivClassName
{
background-color: #9E062D;
}
.BgClassName
{
background-color: #9E062D;
}
</style>
border-color css
<style>
span { border-color: #9E062D; }
span { border-color: rgb(158,6,45); }
td.TdClassName
{
border-color: #9E062D;
}
.TagClassName
{
border-color: #9E062D;
}
</style>