Shades of Carmine #9E082A
Tints of Carmine #9E082A
RGB
CMYK
RGB Variations
Color information
#9E082A (or 0x9E082A) is known color: Carmine. HEX triplet: 9E, 08 and 2A. RGB value is (158,8,42). Sum of RGB (Red+Green+Blue) = 158+8+42=208 (27% of max value = 765). Red value is 158 (62.11% from 255 or 75.96% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 158 - color contains mainly: red. Hex color #9E082A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E082A is #61F7D5. Grayscale: #383838. Windows color (decimal): -6420438 or 2754718. OLE color: 2754718.
HSL color Cylindrical-coordinate representation of color #9E082A: hue angle of 346.4º 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 #9E082A is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 8 | 42 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.38 |
| HSL | 346.4º | 0.9% | 0.33% | - |
| HSV(B) | 346.4º | 0.95% | 0.62% | - |
| XYZ | 14.61 | 7.61 | 2.89 | - |
| YUV | 56.73 | 119.7 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 8 | 42 | 0 | 0.95 | 0.73 | 0.38 | 346.4 | 0.9 | 0.33 |
| Hex | 9E | 8 | 2A | 0 | 5F | 49 | 26 | 15A | 5A | 21 |
| Octal | 236 | 10 | 52 | 0 | 137 | 111 | 46 | 532 | 132 | 41 |
| Binary | 10011110 | 1000 | 101010 | 0 | 1011111 | 1001001 | 100110 | 101011010 | 1011010 | 100001 |
Color Harmonies of #9E082A
Complementary color
Monochromatic Colors of #9E082A
Black with #9E082A
Text Example
Text Example
White with #9E082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E082A; }
p { color: rgb(158,8,42); }
H1.HeaderClassName
{
color: #9E082A;
}
.AnyTagClassName
{
color: #9E082A;
}
</style>
background-color css
<style>
a { background-color: #9E082A; }
a { background-color: rgb(158,8,42); }
div.DivClassName
{
background-color: #9E082A;
}
.BgClassName
{
background-color: #9E082A;
}
</style>
border-color css
<style>
span { border-color: #9E082A; }
span { border-color: rgb(158,8,42); }
td.TdClassName
{
border-color: #9E082A;
}
.TagClassName
{
border-color: #9E082A;
}
</style>