Shades of Carmine #9D0619
Tints of Carmine #9D0619
RGB
CMYK
RGB Variations
Color information
#9D0619 (or 0x9D0619) is known color: Carmine. HEX triplet: 9D, 06 and 19. RGB value is (157,6,25). Sum of RGB (Red+Green+Blue) = 157+6+25=188 (24% of max value = 765). Red value is 157 (61.72% from 255 or 83.51% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0619 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0619 is #62F9E6. Grayscale: #353535. Windows color (decimal): -6486503 or 1640093. OLE color: 1640093.
HSL color Cylindrical-coordinate representation of color #9D0619: hue angle of 352.45º degrees, saturation: 0.93, 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 #9D0619 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 6 | 25 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.38 |
| HSL | 352.45º | 0.93% | 0.32% | - |
| HSV(B) | 352.45º | 0.96% | 0.62% | - |
| XYZ | 14.15 | 7.37 | 1.6 | - |
| YUV | 53.32 | 112.03 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 6 | 25 | 0 | 0.96 | 0.84 | 0.38 | 352.45 | 0.93 | 0.32 |
| Hex | 9D | 6 | 19 | 0 | 60 | 54 | 26 | 160 | 5D | 20 |
| Octal | 235 | 6 | 31 | 0 | 140 | 124 | 46 | 540 | 135 | 40 |
| Binary | 10011101 | 110 | 11001 | 0 | 1100000 | 1010100 | 100110 | 101100000 | 1011101 | 100000 |
Color Harmonies of #9D0619
Complementary color
Monochromatic Colors of #9D0619
Black with #9D0619
Text Example
Text Example
White with #9D0619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0619; }
p { color: rgb(157,6,25); }
H1.HeaderClassName
{
color: #9D0619;
}
.AnyTagClassName
{
color: #9D0619;
}
</style>
background-color css
<style>
a { background-color: #9D0619; }
a { background-color: rgb(157,6,25); }
div.DivClassName
{
background-color: #9D0619;
}
.BgClassName
{
background-color: #9D0619;
}
</style>
border-color css
<style>
span { border-color: #9D0619; }
span { border-color: rgb(157,6,25); }
td.TdClassName
{
border-color: #9D0619;
}
.TagClassName
{
border-color: #9D0619;
}
</style>