Shades of Carmine #9D0433
Tints of Carmine #9D0433
RGB
CMYK
RGB Variations
Color information
#9D0433 (or 0x9D0433) is known color: Carmine. HEX triplet: 9D, 04 and 33. RGB value is (157,4,51). Sum of RGB (Red+Green+Blue) = 157+4+51=212 (28% of max value = 765). Red value is 157 (61.72% from 255 or 74.06% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0433 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0433 is #62FBCC. Grayscale: #373737. Windows color (decimal): -6486989 or 3343517. OLE color: 3343517.
HSL color Cylindrical-coordinate representation of color #9D0433: hue angle of 341.57º 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 #9D0433 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 4 | 51 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.38 |
| HSL | 341.57º | 0.95% | 0.32% | - |
| HSV(B) | 341.57º | 0.97% | 0.62% | - |
| XYZ | 14.55 | 7.49 | 3.81 | - |
| YUV | 55.11 | 125.69 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 4 | 51 | 0 | 0.97 | 0.68 | 0.38 | 341.57 | 0.95 | 0.32 |
| Hex | 9D | 4 | 33 | 0 | 61 | 44 | 26 | 156 | 5F | 20 |
| Octal | 235 | 4 | 63 | 0 | 141 | 104 | 46 | 526 | 137 | 40 |
| Binary | 10011101 | 100 | 110011 | 0 | 1100001 | 1000100 | 100110 | 101010110 | 1011111 | 100000 |
Color Harmonies of #9D0433
Complementary color
Monochromatic Colors of #9D0433
Black with #9D0433
Text Example
Text Example
White with #9D0433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0433; }
p { color: rgb(157,4,51); }
H1.HeaderClassName
{
color: #9D0433;
}
.AnyTagClassName
{
color: #9D0433;
}
</style>
background-color css
<style>
a { background-color: #9D0433; }
a { background-color: rgb(157,4,51); }
div.DivClassName
{
background-color: #9D0433;
}
.BgClassName
{
background-color: #9D0433;
}
</style>
border-color css
<style>
span { border-color: #9D0433; }
span { border-color: rgb(157,4,51); }
td.TdClassName
{
border-color: #9D0433;
}
.TagClassName
{
border-color: #9D0433;
}
</style>