Shades of Carmine #9E0210
Tints of Carmine #9E0210
RGB
CMYK
RGB Variations
Color information
#9E0210 (or 0x9E0210) is known color: Carmine. HEX triplet: 9E, 02 and 10. RGB value is (158,2,16). Sum of RGB (Red+Green+Blue) = 158+2+16=176 (23% of max value = 765). Red value is 158 (62.11% from 255 or 89.77% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0210 is #61FDEF. Grayscale: #323232. Windows color (decimal): -6422000 or 1049246. OLE color: 1049246.
HSL color Cylindrical-coordinate representation of color #9E0210: hue angle of 354.62º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E0210 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 2 | 16 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.38 |
| HSL | 354.62º | 0.98% | 0.31% | - |
| HSV(B) | 354.62º | 0.99% | 0.62% | - |
| XYZ | 14.22 | 7.35 | 1.16 | - |
| YUV | 50.24 | 108.68 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 2 | 16 | 0 | 0.99 | 0.90 | 0.38 | 354.62 | 0.98 | 0.31 |
| Hex | 9E | 2 | 10 | 0 | 63 | 5A | 26 | 163 | 62 | 1F |
| Octal | 236 | 2 | 20 | 0 | 143 | 132 | 46 | 543 | 142 | 37 |
| Binary | 10011110 | 10 | 10000 | 0 | 1100011 | 1011010 | 100110 | 101100011 | 1100010 | 11111 |
Color Harmonies of #9E0210
Complementary color
Monochromatic Colors of #9E0210
Black with #9E0210
Text Example
Text Example
White with #9E0210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0210; }
p { color: rgb(158,2,16); }
H1.HeaderClassName
{
color: #9E0210;
}
.AnyTagClassName
{
color: #9E0210;
}
</style>
background-color css
<style>
a { background-color: #9E0210; }
a { background-color: rgb(158,2,16); }
div.DivClassName
{
background-color: #9E0210;
}
.BgClassName
{
background-color: #9E0210;
}
</style>
border-color css
<style>
span { border-color: #9E0210; }
span { border-color: rgb(158,2,16); }
td.TdClassName
{
border-color: #9E0210;
}
.TagClassName
{
border-color: #9E0210;
}
</style>