Shades of Carmine #9E0B25
Tints of Carmine #9E0B25
RGB
CMYK
RGB Variations
Color information
#9E0B25 (or 0x9E0B25) is known color: Carmine. HEX triplet: 9E, 0B and 25. RGB value is (158,11,37). Sum of RGB (Red+Green+Blue) = 158+11+37=206 (27% of max value = 765). Red value is 158 (62.11% from 255 or 76.70% from 206); Green value is 11 (4.69% from 255 or 5.34% from 206); Blue value is 37 (14.84% from 255 or 17.96% from 206); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0B25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0B25 is #61F4DA. Grayscale: #393939. Windows color (decimal): -6419675 or 2427806. OLE color: 2427806.
HSL color Cylindrical-coordinate representation of color #9E0B25: hue angle of 349.39º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E0B25 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 11 | 37 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.38 |
| HSL | 349.39º | 0.87% | 0.33% | - |
| HSV(B) | 349.39º | 0.93% | 0.62% | - |
| XYZ | 14.55 | 7.64 | 2.46 | - |
| YUV | 57.92 | 116.2 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 11 | 37 | 0 | 0.93 | 0.77 | 0.38 | 349.39 | 0.87 | 0.33 |
| Hex | 9E | B | 25 | 0 | 5D | 4D | 26 | 15D | 57 | 21 |
| Octal | 236 | 13 | 45 | 0 | 135 | 115 | 46 | 535 | 127 | 41 |
| Binary | 10011110 | 1011 | 100101 | 0 | 1011101 | 1001101 | 100110 | 101011101 | 1010111 | 100001 |
Color Harmonies of #9E0B25
Complementary color
Monochromatic Colors of #9E0B25
Black with #9E0B25
Text Example
Text Example
White with #9E0B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0B25; }
p { color: rgb(158,11,37); }
H1.HeaderClassName
{
color: #9E0B25;
}
.AnyTagClassName
{
color: #9E0B25;
}
</style>
background-color css
<style>
a { background-color: #9E0B25; }
a { background-color: rgb(158,11,37); }
div.DivClassName
{
background-color: #9E0B25;
}
.BgClassName
{
background-color: #9E0B25;
}
</style>
border-color css
<style>
span { border-color: #9E0B25; }
span { border-color: rgb(158,11,37); }
td.TdClassName
{
border-color: #9E0B25;
}
.TagClassName
{
border-color: #9E0B25;
}
</style>