Shades of Carmine #9D072D
Tints of Carmine #9D072D
RGB
CMYK
RGB Variations
Color information
#9D072D (or 0x9D072D) is known color: Carmine. HEX triplet: 9D, 07 and 2D. RGB value is (157,7,45). Sum of RGB (Red+Green+Blue) = 157+7+45=209 (27% of max value = 765). Red value is 157 (61.72% from 255 or 75.12% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 157 - color contains mainly: red. Hex color #9D072D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D072D is #62F8D2. Grayscale: #383838. Windows color (decimal): -6486227 or 2951069. OLE color: 2951069.
HSL color Cylindrical-coordinate representation of color #9D072D: hue angle of 344.8º 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 #9D072D is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 7 | 45 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.38 |
| HSL | 344.8º | 0.91% | 0.32% | - |
| HSV(B) | 344.8º | 0.96% | 0.62% | - |
| XYZ | 14.45 | 7.51 | 3.17 | - |
| YUV | 56.18 | 121.7 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 7 | 45 | 0 | 0.96 | 0.71 | 0.38 | 344.8 | 0.91 | 0.32 |
| Hex | 9D | 7 | 2D | 0 | 60 | 47 | 26 | 159 | 5B | 20 |
| Octal | 235 | 7 | 55 | 0 | 140 | 107 | 46 | 531 | 133 | 40 |
| Binary | 10011101 | 111 | 101101 | 0 | 1100000 | 1000111 | 100110 | 101011001 | 1011011 | 100000 |
Color Harmonies of #9D072D
Complementary color
Monochromatic Colors of #9D072D
Black with #9D072D
Text Example
Text Example
White with #9D072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D072D; }
p { color: rgb(157,7,45); }
H1.HeaderClassName
{
color: #9D072D;
}
.AnyTagClassName
{
color: #9D072D;
}
</style>
background-color css
<style>
a { background-color: #9D072D; }
a { background-color: rgb(157,7,45); }
div.DivClassName
{
background-color: #9D072D;
}
.BgClassName
{
background-color: #9D072D;
}
</style>
border-color css
<style>
span { border-color: #9D072D; }
span { border-color: rgb(157,7,45); }
td.TdClassName
{
border-color: #9D072D;
}
.TagClassName
{
border-color: #9D072D;
}
</style>