Shades of Carmine #9E0C38
Tints of Carmine #9E0C38
RGB
CMYK
RGB Variations
Color information
#9E0C38 (or 0x9E0C38) is known color: Carmine. HEX triplet: 9E, 0C and 38. RGB value is (158,12,56). Sum of RGB (Red+Green+Blue) = 158+12+56=226 (29% of max value = 765). Red value is 158 (62.11% from 255 or 69.91% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0C38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0C38 is #61F3C7. Grayscale: #3C3C3C. Windows color (decimal): -6419400 or 3673246. OLE color: 3673246.
HSL color Cylindrical-coordinate representation of color #9E0C38: hue angle of 341.92º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E0C38 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 12 | 56 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.38 |
| HSL | 341.92º | 0.86% | 0.33% | - |
| HSV(B) | 341.92º | 0.92% | 0.62% | - |
| XYZ | 14.95 | 7.82 | 4.46 | - |
| YUV | 60.67 | 125.37 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 12 | 56 | 0 | 0.92 | 0.65 | 0.38 | 341.92 | 0.86 | 0.33 |
| Hex | 9E | C | 38 | 0 | 5C | 41 | 26 | 156 | 56 | 21 |
| Octal | 236 | 14 | 70 | 0 | 134 | 101 | 46 | 526 | 126 | 41 |
| Binary | 10011110 | 1100 | 111000 | 0 | 1011100 | 1000001 | 100110 | 101010110 | 1010110 | 100001 |
Color Harmonies of #9E0C38
Complementary color
Monochromatic Colors of #9E0C38
Black with #9E0C38
Text Example
Text Example
White with #9E0C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0C38; }
p { color: rgb(158,12,56); }
H1.HeaderClassName
{
color: #9E0C38;
}
.AnyTagClassName
{
color: #9E0C38;
}
</style>
background-color css
<style>
a { background-color: #9E0C38; }
a { background-color: rgb(158,12,56); }
div.DivClassName
{
background-color: #9E0C38;
}
.BgClassName
{
background-color: #9E0C38;
}
</style>
border-color css
<style>
span { border-color: #9E0C38; }
span { border-color: rgb(158,12,56); }
td.TdClassName
{
border-color: #9E0C38;
}
.TagClassName
{
border-color: #9E0C38;
}
</style>