Shades of Carmine #9D0928
Tints of Carmine #9D0928
RGB
CMYK
RGB Variations
Color information
#9D0928 (or 0x9D0928) is known color: Carmine. HEX triplet: 9D, 09 and 28. RGB value is (157,9,40). Sum of RGB (Red+Green+Blue) = 157+9+40=206 (27% of max value = 765). Red value is 157 (61.72% from 255 or 76.21% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0928 is #62F6D7. Grayscale: #383838. Windows color (decimal): -6485720 or 2623901. OLE color: 2623901.
HSL color Cylindrical-coordinate representation of color #9D0928: hue angle of 347.43º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D0928 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 9 | 40 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.38 |
| HSL | 347.43º | 0.89% | 0.33% | - |
| HSV(B) | 347.43º | 0.94% | 0.62% | - |
| XYZ | 14.39 | 7.52 | 2.7 | - |
| YUV | 56.79 | 118.53 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 9 | 40 | 0 | 0.94 | 0.75 | 0.38 | 347.43 | 0.89 | 0.33 |
| Hex | 9D | 9 | 28 | 0 | 5E | 4B | 26 | 15B | 59 | 21 |
| Octal | 235 | 11 | 50 | 0 | 136 | 113 | 46 | 533 | 131 | 41 |
| Binary | 10011101 | 1001 | 101000 | 0 | 1011110 | 1001011 | 100110 | 101011011 | 1011001 | 100001 |
Color Harmonies of #9D0928
Complementary color
Monochromatic Colors of #9D0928
Black with #9D0928
Text Example
Text Example
White with #9D0928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0928; }
p { color: rgb(157,9,40); }
H1.HeaderClassName
{
color: #9D0928;
}
.AnyTagClassName
{
color: #9D0928;
}
</style>
background-color css
<style>
a { background-color: #9D0928; }
a { background-color: rgb(157,9,40); }
div.DivClassName
{
background-color: #9D0928;
}
.BgClassName
{
background-color: #9D0928;
}
</style>
border-color css
<style>
span { border-color: #9D0928; }
span { border-color: rgb(157,9,40); }
td.TdClassName
{
border-color: #9D0928;
}
.TagClassName
{
border-color: #9D0928;
}
</style>