Shades of Carmine #9D0F16
Tints of Carmine #9D0F16
RGB
CMYK
RGB Variations
Color information
#9D0F16 (or 0x9D0F16) is known color: Carmine. HEX triplet: 9D, 0F and 16. RGB value is (157,15,22). Sum of RGB (Red+Green+Blue) = 157+15+22=194 (25% of max value = 765). Red value is 157 (61.72% from 255 or 80.93% from 194); Green value is 15 (6.25% from 255 or 7.73% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0F16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0F16 is #62F0E9. Grayscale: #3A3A3A. Windows color (decimal): -6484202 or 1445789. OLE color: 1445789.
HSL color Cylindrical-coordinate representation of color #9D0F16: hue angle of 357.04º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D0F16 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 15 | 22 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.38 |
| HSL | 357.04º | 0.83% | 0.34% | - |
| HSV(B) | 357.04º | 0.9% | 0.62% | - |
| XYZ | 14.22 | 7.57 | 1.47 | - |
| YUV | 58.26 | 107.54 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 15 | 22 | 0 | 0.90 | 0.86 | 0.38 | 357.04 | 0.83 | 0.34 |
| Hex | 9D | F | 16 | 0 | 5A | 56 | 26 | 165 | 53 | 22 |
| Octal | 235 | 17 | 26 | 0 | 132 | 126 | 46 | 545 | 123 | 42 |
| Binary | 10011101 | 1111 | 10110 | 0 | 1011010 | 1010110 | 100110 | 101100101 | 1010011 | 100010 |
Color Harmonies of #9D0F16
Complementary color
Monochromatic Colors of #9D0F16
Black with #9D0F16
Text Example
Text Example
White with #9D0F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0F16; }
p { color: rgb(157,15,22); }
H1.HeaderClassName
{
color: #9D0F16;
}
.AnyTagClassName
{
color: #9D0F16;
}
</style>
background-color css
<style>
a { background-color: #9D0F16; }
a { background-color: rgb(157,15,22); }
div.DivClassName
{
background-color: #9D0F16;
}
.BgClassName
{
background-color: #9D0F16;
}
</style>
border-color css
<style>
span { border-color: #9D0F16; }
span { border-color: rgb(157,15,22); }
td.TdClassName
{
border-color: #9D0F16;
}
.TagClassName
{
border-color: #9D0F16;
}
</style>