Shades of Carmine #9D1031
Tints of Carmine #9D1031
RGB
CMYK
RGB Variations
Color information
#9D1031 (or 0x9D1031) is known color: Carmine. HEX triplet: 9D, 10 and 31. RGB value is (157,16,49). Sum of RGB (Red+Green+Blue) = 157+16+49=222 (29% of max value = 765). Red value is 157 (61.72% from 255 or 70.72% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1031 is #62EFCE. Grayscale: #3D3D3D. Windows color (decimal): -6483919 or 3215517. OLE color: 3215517.
HSL color Cylindrical-coordinate representation of color #9D1031: hue angle of 345.96º degrees, saturation: 0.82, 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 #9D1031 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 16 | 49 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.38 |
| HSL | 345.96º | 0.82% | 0.34% | - |
| HSV(B) | 345.96º | 0.9% | 0.62% | - |
| XYZ | 14.64 | 7.76 | 3.63 | - |
| YUV | 61.92 | 120.71 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 16 | 49 | 0 | 0.90 | 0.69 | 0.38 | 345.96 | 0.82 | 0.34 |
| Hex | 9D | 10 | 31 | 0 | 5A | 45 | 26 | 15A | 52 | 22 |
| Octal | 235 | 20 | 61 | 0 | 132 | 105 | 46 | 532 | 122 | 42 |
| Binary | 10011101 | 10000 | 110001 | 0 | 1011010 | 1000101 | 100110 | 101011010 | 1010010 | 100010 |
Color Harmonies of #9D1031
Complementary color
Monochromatic Colors of #9D1031
Black with #9D1031
Text Example
Text Example
White with #9D1031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1031; }
p { color: rgb(157,16,49); }
H1.HeaderClassName
{
color: #9D1031;
}
.AnyTagClassName
{
color: #9D1031;
}
</style>
background-color css
<style>
a { background-color: #9D1031; }
a { background-color: rgb(157,16,49); }
div.DivClassName
{
background-color: #9D1031;
}
.BgClassName
{
background-color: #9D1031;
}
</style>
border-color css
<style>
span { border-color: #9D1031; }
span { border-color: rgb(157,16,49); }
td.TdClassName
{
border-color: #9D1031;
}
.TagClassName
{
border-color: #9D1031;
}
</style>