Shades of Carmine #9D0F19
Tints of Carmine #9D0F19
RGB
CMYK
RGB Variations
Color information
#9D0F19 (or 0x9D0F19) is known color: Carmine. HEX triplet: 9D, 0F and 19. RGB value is (157,15,25). Sum of RGB (Red+Green+Blue) = 157+15+25=197 (26% of max value = 765). Red value is 157 (61.72% from 255 or 79.70% from 197); Green value is 15 (6.25% from 255 or 7.61% from 197); Blue value is 25 (10.16% from 255 or 12.69% from 197); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0F19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0F19 is #62F0E6. Grayscale: #3A3A3A. Windows color (decimal): -6484199 or 1642397. OLE color: 1642397.
HSL color Cylindrical-coordinate representation of color #9D0F19: hue angle of 355.77º 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 #9D0F19 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 15 | 25 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.38 |
| HSL | 355.77º | 0.83% | 0.34% | - |
| HSV(B) | 355.77º | 0.9% | 0.62% | - |
| XYZ | 14.25 | 7.58 | 1.63 | - |
| YUV | 58.6 | 109.04 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 15 | 25 | 0 | 0.90 | 0.84 | 0.38 | 355.77 | 0.83 | 0.34 |
| Hex | 9D | F | 19 | 0 | 5A | 54 | 26 | 164 | 53 | 22 |
| Octal | 235 | 17 | 31 | 0 | 132 | 124 | 46 | 544 | 123 | 42 |
| Binary | 10011101 | 1111 | 11001 | 0 | 1011010 | 1010100 | 100110 | 101100100 | 1010011 | 100010 |
Color Harmonies of #9D0F19
Complementary color
Monochromatic Colors of #9D0F19
Black with #9D0F19
Text Example
Text Example
White with #9D0F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0F19; }
p { color: rgb(157,15,25); }
H1.HeaderClassName
{
color: #9D0F19;
}
.AnyTagClassName
{
color: #9D0F19;
}
</style>
background-color css
<style>
a { background-color: #9D0F19; }
a { background-color: rgb(157,15,25); }
div.DivClassName
{
background-color: #9D0F19;
}
.BgClassName
{
background-color: #9D0F19;
}
</style>
border-color css
<style>
span { border-color: #9D0F19; }
span { border-color: rgb(157,15,25); }
td.TdClassName
{
border-color: #9D0F19;
}
.TagClassName
{
border-color: #9D0F19;
}
</style>