Shades of Carmine #9E0A1A
Tints of Carmine #9E0A1A
RGB
CMYK
RGB Variations
Color information
#9E0A1A (or 0x9E0A1A) is known color: Carmine. HEX triplet: 9E, 0A and 1A. RGB value is (158,10,26). Sum of RGB (Red+Green+Blue) = 158+10+26=194 (25% of max value = 765). Red value is 158 (62.11% from 255 or 81.44% from 194); Green value is 10 (4.30% from 255 or 5.15% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0A1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0A1A is #61F5E5. Grayscale: #383838. Windows color (decimal): -6419942 or 1706654. OLE color: 1706654.
HSL color Cylindrical-coordinate representation of color #9E0A1A: hue angle of 353.51º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E0A1A is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 10 | 26 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.38 |
| HSL | 353.51º | 0.88% | 0.33% | - |
| HSV(B) | 353.51º | 0.94% | 0.62% | - |
| XYZ | 14.4 | 7.56 | 1.68 | - |
| YUV | 56.08 | 111.03 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 10 | 26 | 0 | 0.94 | 0.84 | 0.38 | 353.51 | 0.88 | 0.33 |
| Hex | 9E | A | 1A | 0 | 5E | 54 | 26 | 162 | 58 | 21 |
| Octal | 236 | 12 | 32 | 0 | 136 | 124 | 46 | 542 | 130 | 41 |
| Binary | 10011110 | 1010 | 11010 | 0 | 1011110 | 1010100 | 100110 | 101100010 | 1011000 | 100001 |
Color Harmonies of #9E0A1A
Complementary color
Monochromatic Colors of #9E0A1A
Black with #9E0A1A
Text Example
Text Example
White with #9E0A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0A1A; }
p { color: rgb(158,10,26); }
H1.HeaderClassName
{
color: #9E0A1A;
}
.AnyTagClassName
{
color: #9E0A1A;
}
</style>
background-color css
<style>
a { background-color: #9E0A1A; }
a { background-color: rgb(158,10,26); }
div.DivClassName
{
background-color: #9E0A1A;
}
.BgClassName
{
background-color: #9E0A1A;
}
</style>
border-color css
<style>
span { border-color: #9E0A1A; }
span { border-color: rgb(158,10,26); }
td.TdClassName
{
border-color: #9E0A1A;
}
.TagClassName
{
border-color: #9E0A1A;
}
</style>