Shades of Carmine #9D0B2E
Tints of Carmine #9D0B2E
RGB
CMYK
RGB Variations
Color information
#9D0B2E (or 0x9D0B2E) is known color: Carmine. HEX triplet: 9D, 0B and 2E. RGB value is (157,11,46). Sum of RGB (Red+Green+Blue) = 157+11+46=214 (28% of max value = 765). Red value is 157 (61.72% from 255 or 73.36% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0B2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0B2E is #62F4D1. Grayscale: #3A3A3A. Windows color (decimal): -6485202 or 3017629. OLE color: 3017629.
HSL color Cylindrical-coordinate representation of color #9D0B2E: hue angle of 345.62º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9D0B2E is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 11 | 46 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.38 |
| HSL | 345.62º | 0.87% | 0.33% | - |
| HSV(B) | 345.62º | 0.93% | 0.62% | - |
| XYZ | 14.52 | 7.6 | 3.29 | - |
| YUV | 58.64 | 120.87 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 11 | 46 | 0 | 0.93 | 0.71 | 0.38 | 345.62 | 0.87 | 0.33 |
| Hex | 9D | B | 2E | 0 | 5D | 47 | 26 | 15A | 57 | 21 |
| Octal | 235 | 13 | 56 | 0 | 135 | 107 | 46 | 532 | 127 | 41 |
| Binary | 10011101 | 1011 | 101110 | 0 | 1011101 | 1000111 | 100110 | 101011010 | 1010111 | 100001 |
Color Harmonies of #9D0B2E
Complementary color
Monochromatic Colors of #9D0B2E
Black with #9D0B2E
Text Example
Text Example
White with #9D0B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0B2E; }
p { color: rgb(157,11,46); }
H1.HeaderClassName
{
color: #9D0B2E;
}
.AnyTagClassName
{
color: #9D0B2E;
}
</style>
background-color css
<style>
a { background-color: #9D0B2E; }
a { background-color: rgb(157,11,46); }
div.DivClassName
{
background-color: #9D0B2E;
}
.BgClassName
{
background-color: #9D0B2E;
}
</style>
border-color css
<style>
span { border-color: #9D0B2E; }
span { border-color: rgb(157,11,46); }
td.TdClassName
{
border-color: #9D0B2E;
}
.TagClassName
{
border-color: #9D0B2E;
}
</style>