Shades of Carmine #9E083A
Tints of Carmine #9E083A
RGB
CMYK
RGB Variations
Color information
#9E083A (or 0x9E083A) is known color: Carmine. HEX triplet: 9E, 08 and 3A. RGB value is (158,8,58). Sum of RGB (Red+Green+Blue) = 158+8+58=224 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.54% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 158 - color contains mainly: red. Hex color #9E083A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E083A is #61F7C5. Grayscale: #3A3A3A. Windows color (decimal): -6420422 or 3803294. OLE color: 3803294.
HSL color Cylindrical-coordinate representation of color #9E083A: hue angle of 340º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E083A is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 8 | 58 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.38 |
| HSL | 340º | 0.9% | 0.33% | - |
| HSV(B) | 340º | 0.95% | 0.62% | - |
| XYZ | 14.95 | 7.75 | 4.71 | - |
| YUV | 58.55 | 127.7 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 8 | 58 | 0 | 0.95 | 0.63 | 0.38 | 340 | 0.9 | 0.33 |
| Hex | 9E | 8 | 3A | 0 | 5F | 3F | 26 | 154 | 5A | 21 |
| Octal | 236 | 10 | 72 | 0 | 137 | 77 | 46 | 524 | 132 | 41 |
| Binary | 10011110 | 1000 | 111010 | 0 | 1011111 | 111111 | 100110 | 101010100 | 1011010 | 100001 |
Color Harmonies of #9E083A
Complementary color
Monochromatic Colors of #9E083A
Black with #9E083A
Text Example
Text Example
White with #9E083A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E083A; }
p { color: rgb(158,8,58); }
H1.HeaderClassName
{
color: #9E083A;
}
.AnyTagClassName
{
color: #9E083A;
}
</style>
background-color css
<style>
a { background-color: #9E083A; }
a { background-color: rgb(158,8,58); }
div.DivClassName
{
background-color: #9E083A;
}
.BgClassName
{
background-color: #9E083A;
}
</style>
border-color css
<style>
span { border-color: #9E083A; }
span { border-color: rgb(158,8,58); }
td.TdClassName
{
border-color: #9E083A;
}
.TagClassName
{
border-color: #9E083A;
}
</style>