Shades of Carmine #9D0120
Tints of Carmine #9D0120
RGB
CMYK
RGB Variations
Color information
#9D0120 (or 0x9D0120) is known color: Carmine. HEX triplet: 9D, 01 and 20. RGB value is (157,1,32). Sum of RGB (Red+Green+Blue) = 157+1+32=190 (25% of max value = 765). Red value is 157 (61.72% from 255 or 82.63% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0120 is #62FEDF. Grayscale: #333333. Windows color (decimal): -6487776 or 2097565. OLE color: 2097565.
HSL color Cylindrical-coordinate representation of color #9D0120: hue angle of 348.08º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D0120 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 1 | 32 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.38 |
| HSL | 348.08º | 0.99% | 0.31% | - |
| HSV(B) | 348.08º | 0.99% | 0.62% | - |
| XYZ | 14.18 | 7.29 | 2.03 | - |
| YUV | 51.18 | 117.18 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 1 | 32 | 0 | 0.99 | 0.80 | 0.38 | 348.08 | 0.99 | 0.31 |
| Hex | 9D | 1 | 20 | 0 | 63 | 50 | 26 | 15C | 63 | 1F |
| Octal | 235 | 1 | 40 | 0 | 143 | 120 | 46 | 534 | 143 | 37 |
| Binary | 10011101 | 1 | 100000 | 0 | 1100011 | 1010000 | 100110 | 101011100 | 1100011 | 11111 |
Color Harmonies of #9D0120
Complementary color
Monochromatic Colors of #9D0120
Black with #9D0120
Text Example
Text Example
White with #9D0120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0120; }
p { color: rgb(157,1,32); }
H1.HeaderClassName
{
color: #9D0120;
}
.AnyTagClassName
{
color: #9D0120;
}
</style>
background-color css
<style>
a { background-color: #9D0120; }
a { background-color: rgb(157,1,32); }
div.DivClassName
{
background-color: #9D0120;
}
.BgClassName
{
background-color: #9D0120;
}
</style>
border-color css
<style>
span { border-color: #9D0120; }
span { border-color: rgb(157,1,32); }
td.TdClassName
{
border-color: #9D0120;
}
.TagClassName
{
border-color: #9D0120;
}
</style>