Shades of Carmine #9D0735
Tints of Carmine #9D0735
RGB
CMYK
RGB Variations
Color information
#9D0735 (or 0x9D0735) is known color: Carmine. HEX triplet: 9D, 07 and 35. RGB value is (157,7,53). Sum of RGB (Red+Green+Blue) = 157+7+53=217 (28% of max value = 765). Red value is 157 (61.72% from 255 or 72.35% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 53 (21.09% from 255 or 24.42% from 217); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0735 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0735 is #62F8CA. Grayscale: #393939. Windows color (decimal): -6486219 or 3475357. OLE color: 3475357.
HSL color Cylindrical-coordinate representation of color #9D0735: hue angle of 341.6º 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 #9D0735 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 7 | 53 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.38 |
| HSL | 341.6º | 0.91% | 0.32% | - |
| HSV(B) | 341.6º | 0.96% | 0.62% | - |
| XYZ | 14.62 | 7.58 | 4.06 | - |
| YUV | 57.09 | 125.7 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 7 | 53 | 0 | 0.96 | 0.66 | 0.38 | 341.6 | 0.91 | 0.32 |
| Hex | 9D | 7 | 35 | 0 | 60 | 42 | 26 | 156 | 5B | 20 |
| Octal | 235 | 7 | 65 | 0 | 140 | 102 | 46 | 526 | 133 | 40 |
| Binary | 10011101 | 111 | 110101 | 0 | 1100000 | 1000010 | 100110 | 101010110 | 1011011 | 100000 |
Color Harmonies of #9D0735
Complementary color
Monochromatic Colors of #9D0735
Black with #9D0735
Text Example
Text Example
White with #9D0735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0735; }
p { color: rgb(157,7,53); }
H1.HeaderClassName
{
color: #9D0735;
}
.AnyTagClassName
{
color: #9D0735;
}
</style>
background-color css
<style>
a { background-color: #9D0735; }
a { background-color: rgb(157,7,53); }
div.DivClassName
{
background-color: #9D0735;
}
.BgClassName
{
background-color: #9D0735;
}
</style>
border-color css
<style>
span { border-color: #9D0735; }
span { border-color: rgb(157,7,53); }
td.TdClassName
{
border-color: #9D0735;
}
.TagClassName
{
border-color: #9D0735;
}
</style>