Shades of Carmine #9D0B2D
Tints of Carmine #9D0B2D
RGB
CMYK
RGB Variations
Color information
#9D0B2D (or 0x9D0B2D) is known color: Carmine. HEX triplet: 9D, 0B and 2D. RGB value is (157,11,45). Sum of RGB (Red+Green+Blue) = 157+11+45=213 (28% of max value = 765). Red value is 157 (61.72% from 255 or 73.71% from 213); Green value is 11 (4.69% from 255 or 5.16% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0B2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0B2D is #62F4D2. Grayscale: #3A3A3A. Windows color (decimal): -6485203 or 2952093. OLE color: 2952093.
HSL color Cylindrical-coordinate representation of color #9D0B2D: hue angle of 346.03º 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 #9D0B2D is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 11 | 45 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.38 |
| HSL | 346.03º | 0.87% | 0.33% | - |
| HSV(B) | 346.03º | 0.93% | 0.62% | - |
| XYZ | 14.5 | 7.6 | 3.18 | - |
| YUV | 58.53 | 120.37 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 11 | 45 | 0 | 0.93 | 0.71 | 0.38 | 346.03 | 0.87 | 0.33 |
| Hex | 9D | B | 2D | 0 | 5D | 47 | 26 | 15A | 57 | 21 |
| Octal | 235 | 13 | 55 | 0 | 135 | 107 | 46 | 532 | 127 | 41 |
| Binary | 10011101 | 1011 | 101101 | 0 | 1011101 | 1000111 | 100110 | 101011010 | 1010111 | 100001 |
Color Harmonies of #9D0B2D
Complementary color
Monochromatic Colors of #9D0B2D
Black with #9D0B2D
Text Example
Text Example
White with #9D0B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0B2D; }
p { color: rgb(157,11,45); }
H1.HeaderClassName
{
color: #9D0B2D;
}
.AnyTagClassName
{
color: #9D0B2D;
}
</style>
background-color css
<style>
a { background-color: #9D0B2D; }
a { background-color: rgb(157,11,45); }
div.DivClassName
{
background-color: #9D0B2D;
}
.BgClassName
{
background-color: #9D0B2D;
}
</style>
border-color css
<style>
span { border-color: #9D0B2D; }
span { border-color: rgb(157,11,45); }
td.TdClassName
{
border-color: #9D0B2D;
}
.TagClassName
{
border-color: #9D0B2D;
}
</style>