Shades of Carmine #9D0711
Tints of Carmine #9D0711
RGB
CMYK
RGB Variations
Color information
#9D0711 (or 0x9D0711) is known color: Carmine. HEX triplet: 9D, 07 and 11. RGB value is (157,7,17). Sum of RGB (Red+Green+Blue) = 157+7+17=181 (23% of max value = 765). Red value is 157 (61.72% from 255 or 86.74% from 181); Green value is 7 (3.12% from 255 or 3.87% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0711 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0711 is #62F8EE. Grayscale: #353535. Windows color (decimal): -6486255 or 1116061. OLE color: 1116061.
HSL color Cylindrical-coordinate representation of color #9D0711: hue angle of 356º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9D0711 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 7 | 17 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.38 |
| HSL | 356º | 0.91% | 0.32% | - |
| HSV(B) | 356º | 0.96% | 0.62% | - |
| XYZ | 14.08 | 7.36 | 1.21 | - |
| YUV | 52.99 | 107.7 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 7 | 17 | 0 | 0.96 | 0.89 | 0.38 | 356 | 0.91 | 0.32 |
| Hex | 9D | 7 | 11 | 0 | 60 | 59 | 26 | 164 | 5B | 20 |
| Octal | 235 | 7 | 21 | 0 | 140 | 131 | 46 | 544 | 133 | 40 |
| Binary | 10011101 | 111 | 10001 | 0 | 1100000 | 1011001 | 100110 | 101100100 | 1011011 | 100000 |
Color Harmonies of #9D0711
Complementary color
Monochromatic Colors of #9D0711
Black with #9D0711
Text Example
Text Example
White with #9D0711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0711; }
p { color: rgb(157,7,17); }
H1.HeaderClassName
{
color: #9D0711;
}
.AnyTagClassName
{
color: #9D0711;
}
</style>
background-color css
<style>
a { background-color: #9D0711; }
a { background-color: rgb(157,7,17); }
div.DivClassName
{
background-color: #9D0711;
}
.BgClassName
{
background-color: #9D0711;
}
</style>
border-color css
<style>
span { border-color: #9D0711; }
span { border-color: rgb(157,7,17); }
td.TdClassName
{
border-color: #9D0711;
}
.TagClassName
{
border-color: #9D0711;
}
</style>