Shades of Carmine #9E052D
Tints of Carmine #9E052D
RGB
CMYK
RGB Variations
Color information
#9E052D (or 0x9E052D) is known color: Carmine. HEX triplet: 9E, 05 and 2D. RGB value is (158,5,45). Sum of RGB (Red+Green+Blue) = 158+5+45=208 (27% of max value = 765). Red value is 158 (62.11% from 255 or 75.96% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 158 - color contains mainly: red. Hex color #9E052D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E052D is #61FAD2. Grayscale: #373737. Windows color (decimal): -6421203 or 2950558. OLE color: 2950558.
HSL color Cylindrical-coordinate representation of color #9E052D: hue angle of 344.31º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E052D is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 5 | 45 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.38 |
| HSL | 344.31º | 0.94% | 0.32% | - |
| HSV(B) | 344.31º | 0.97% | 0.62% | - |
| XYZ | 14.63 | 7.57 | 3.17 | - |
| YUV | 55.31 | 122.19 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 5 | 45 | 0 | 0.97 | 0.72 | 0.38 | 344.31 | 0.94 | 0.32 |
| Hex | 9E | 5 | 2D | 0 | 61 | 48 | 26 | 158 | 5E | 20 |
| Octal | 236 | 5 | 55 | 0 | 141 | 110 | 46 | 530 | 136 | 40 |
| Binary | 10011110 | 101 | 101101 | 0 | 1100001 | 1001000 | 100110 | 101011000 | 1011110 | 100000 |
Color Harmonies of #9E052D
Complementary color
Monochromatic Colors of #9E052D
Black with #9E052D
Text Example
Text Example
White with #9E052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E052D; }
p { color: rgb(158,5,45); }
H1.HeaderClassName
{
color: #9E052D;
}
.AnyTagClassName
{
color: #9E052D;
}
</style>
background-color css
<style>
a { background-color: #9E052D; }
a { background-color: rgb(158,5,45); }
div.DivClassName
{
background-color: #9E052D;
}
.BgClassName
{
background-color: #9E052D;
}
</style>
border-color css
<style>
span { border-color: #9E052D; }
span { border-color: rgb(158,5,45); }
td.TdClassName
{
border-color: #9E052D;
}
.TagClassName
{
border-color: #9E052D;
}
</style>