Shades of Carmine #9E0822
Tints of Carmine #9E0822
RGB
CMYK
RGB Variations
Color information
#9E0822 (or 0x9E0822) is known color: Carmine. HEX triplet: 9E, 08 and 22. RGB value is (158,8,34). Sum of RGB (Red+Green+Blue) = 158+8+34=200 (26% of max value = 765). Red value is 158 (62.11% from 255 or 79% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 34 (13.67% from 255 or 17% from 200); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0822 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0822 is #61F7DD. Grayscale: #373737. Windows color (decimal): -6420446 or 2230430. OLE color: 2230430.
HSL color Cylindrical-coordinate representation of color #9E0822: hue angle of 349.6º 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 #9E0822 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 8 | 34 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.38 |
| HSL | 349.6º | 0.9% | 0.33% | - |
| HSV(B) | 349.6º | 0.95% | 0.62% | - |
| XYZ | 14.48 | 7.56 | 2.21 | - |
| YUV | 55.81 | 115.7 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 8 | 34 | 0 | 0.95 | 0.78 | 0.38 | 349.6 | 0.9 | 0.33 |
| Hex | 9E | 8 | 22 | 0 | 5F | 4E | 26 | 15E | 5A | 21 |
| Octal | 236 | 10 | 42 | 0 | 137 | 116 | 46 | 536 | 132 | 41 |
| Binary | 10011110 | 1000 | 100010 | 0 | 1011111 | 1001110 | 100110 | 101011110 | 1011010 | 100001 |
Color Harmonies of #9E0822
Complementary color
Monochromatic Colors of #9E0822
Black with #9E0822
Text Example
Text Example
White with #9E0822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0822; }
p { color: rgb(158,8,34); }
H1.HeaderClassName
{
color: #9E0822;
}
.AnyTagClassName
{
color: #9E0822;
}
</style>
background-color css
<style>
a { background-color: #9E0822; }
a { background-color: rgb(158,8,34); }
div.DivClassName
{
background-color: #9E0822;
}
.BgClassName
{
background-color: #9E0822;
}
</style>
border-color css
<style>
span { border-color: #9E0822; }
span { border-color: rgb(158,8,34); }
td.TdClassName
{
border-color: #9E0822;
}
.TagClassName
{
border-color: #9E0822;
}
</style>