Shades of Carmine #9E122D
Tints of Carmine #9E122D
RGB
CMYK
RGB Variations
Color information
#9E122D (or 0x9E122D) is known color: Carmine. HEX triplet: 9E, 12 and 2D. RGB value is (158,18,45). Sum of RGB (Red+Green+Blue) = 158+18+45=221 (29% of max value = 765). Red value is 158 (62.11% from 255 or 71.49% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 158 - color contains mainly: red. Hex color #9E122D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E122D is #61EDD2. Grayscale: #3E3E3E. Windows color (decimal): -6417875 or 2953886. OLE color: 2953886.
HSL color Cylindrical-coordinate representation of color #9E122D: hue angle of 348.43º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E122D is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 18 | 45 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.38 |
| HSL | 348.43º | 0.8% | 0.35% | - |
| HSV(B) | 348.43º | 0.89% | 0.62% | - |
| XYZ | 14.79 | 7.89 | 3.23 | - |
| YUV | 62.94 | 117.88 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 18 | 45 | 0 | 0.89 | 0.72 | 0.38 | 348.43 | 0.8 | 0.35 |
| Hex | 9E | 12 | 2D | 0 | 59 | 48 | 26 | 15C | 50 | 23 |
| Octal | 236 | 22 | 55 | 0 | 131 | 110 | 46 | 534 | 120 | 43 |
| Binary | 10011110 | 10010 | 101101 | 0 | 1011001 | 1001000 | 100110 | 101011100 | 1010000 | 100011 |
Color Harmonies of #9E122D
Complementary color
Monochromatic Colors of #9E122D
Black with #9E122D
Text Example
Text Example
White with #9E122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E122D; }
p { color: rgb(158,18,45); }
H1.HeaderClassName
{
color: #9E122D;
}
.AnyTagClassName
{
color: #9E122D;
}
</style>
background-color css
<style>
a { background-color: #9E122D; }
a { background-color: rgb(158,18,45); }
div.DivClassName
{
background-color: #9E122D;
}
.BgClassName
{
background-color: #9E122D;
}
</style>
border-color css
<style>
span { border-color: #9E122D; }
span { border-color: rgb(158,18,45); }
td.TdClassName
{
border-color: #9E122D;
}
.TagClassName
{
border-color: #9E122D;
}
</style>