Shades of Carmine #9D0419
Tints of Carmine #9D0419
RGB
CMYK
RGB Variations
Color information
#9D0419 (or 0x9D0419) is known color: Carmine. HEX triplet: 9D, 04 and 19. RGB value is (157,4,25). Sum of RGB (Red+Green+Blue) = 157+4+25=186 (24% of max value = 765). Red value is 157 (61.72% from 255 or 84.41% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0419 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0419 is #62FBE6. Grayscale: #343434. Windows color (decimal): -6487015 or 1639581. OLE color: 1639581.
HSL color Cylindrical-coordinate representation of color #9D0419: hue angle of 351.76º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9D0419 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 4 | 25 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.38 |
| HSL | 351.76º | 0.95% | 0.32% | - |
| HSV(B) | 351.76º | 0.97% | 0.62% | - |
| XYZ | 14.12 | 7.33 | 1.59 | - |
| YUV | 52.14 | 112.69 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 4 | 25 | 0 | 0.97 | 0.84 | 0.38 | 351.76 | 0.95 | 0.32 |
| Hex | 9D | 4 | 19 | 0 | 61 | 54 | 26 | 160 | 5F | 20 |
| Octal | 235 | 4 | 31 | 0 | 141 | 124 | 46 | 540 | 137 | 40 |
| Binary | 10011101 | 100 | 11001 | 0 | 1100001 | 1010100 | 100110 | 101100000 | 1011111 | 100000 |
Color Harmonies of #9D0419
Complementary color
Monochromatic Colors of #9D0419
Black with #9D0419
Text Example
Text Example
White with #9D0419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0419; }
p { color: rgb(157,4,25); }
H1.HeaderClassName
{
color: #9D0419;
}
.AnyTagClassName
{
color: #9D0419;
}
</style>
background-color css
<style>
a { background-color: #9D0419; }
a { background-color: rgb(157,4,25); }
div.DivClassName
{
background-color: #9D0419;
}
.BgClassName
{
background-color: #9D0419;
}
</style>
border-color css
<style>
span { border-color: #9D0419; }
span { border-color: rgb(157,4,25); }
td.TdClassName
{
border-color: #9D0419;
}
.TagClassName
{
border-color: #9D0419;
}
</style>