Shades of Carmine #9D0617
Tints of Carmine #9D0617
RGB
CMYK
RGB Variations
Color information
#9D0617 (or 0x9D0617) is known color: Carmine. HEX triplet: 9D, 06 and 17. RGB value is (157,6,23). Sum of RGB (Red+Green+Blue) = 157+6+23=186 (24% of max value = 765). Red value is 157 (61.72% from 255 or 84.41% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 23 (9.38% from 255 or 12.37% from 186); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0617 is #62F9E8. Grayscale: #353535. Windows color (decimal): -6486505 or 1509021. OLE color: 1509021.
HSL color Cylindrical-coordinate representation of color #9D0617: hue angle of 353.25º degrees, saturation: 0.93, 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 #9D0617 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 6 | 23 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.38 |
| HSL | 353.25º | 0.93% | 0.32% | - |
| HSV(B) | 353.25º | 0.96% | 0.62% | - |
| XYZ | 14.12 | 7.36 | 1.49 | - |
| YUV | 53.09 | 111.03 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 6 | 23 | 0 | 0.96 | 0.85 | 0.38 | 353.25 | 0.93 | 0.32 |
| Hex | 9D | 6 | 17 | 0 | 60 | 55 | 26 | 161 | 5D | 20 |
| Octal | 235 | 6 | 27 | 0 | 140 | 125 | 46 | 541 | 135 | 40 |
| Binary | 10011101 | 110 | 10111 | 0 | 1100000 | 1010101 | 100110 | 101100001 | 1011101 | 100000 |
Color Harmonies of #9D0617
Complementary color
Monochromatic Colors of #9D0617
Black with #9D0617
Text Example
Text Example
White with #9D0617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0617; }
p { color: rgb(157,6,23); }
H1.HeaderClassName
{
color: #9D0617;
}
.AnyTagClassName
{
color: #9D0617;
}
</style>
background-color css
<style>
a { background-color: #9D0617; }
a { background-color: rgb(157,6,23); }
div.DivClassName
{
background-color: #9D0617;
}
.BgClassName
{
background-color: #9D0617;
}
</style>
border-color css
<style>
span { border-color: #9D0617; }
span { border-color: rgb(157,6,23); }
td.TdClassName
{
border-color: #9D0617;
}
.TagClassName
{
border-color: #9D0617;
}
</style>