Shades of Carmine #9D001D
Tints of Carmine #9D001D
RGB
CMYK
RGB Variations
Color information
#9D001D (or 0x9D001D) is known color: Carmine. HEX triplet: 9D, 00 and 1D. RGB value is (157,0,29). Sum of RGB (Red+Green+Blue) = 157+0+29=186 (24% of max value = 765). Red value is 157 (61.72% from 255 or 84.41% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 157 - color contains mainly: red. Hex color #9D001D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D001D is #62FFE2. Grayscale: #323232. Windows color (decimal): -6488035 or 1900701. OLE color: 1900701.
HSL color Cylindrical-coordinate representation of color #9D001D: hue angle of 348.92º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9D001D is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.82 | 0.38 |
| HSL | 348.92º | 1% | 0.31% | - |
| HSV(B) | 348.92º | 1% | 0.62% | - |
| XYZ | 14.13 | 7.26 | 1.82 | - |
| YUV | 50.25 | 116.01 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 0 | 29 | 0 | 1 | 0.82 | 0.38 | 348.92 | 1 | 0.31 |
| Hex | 9D | 0 | 1D | 0 | 64 | 52 | 26 | 15D | 64 | 1F |
| Octal | 235 | 0 | 35 | 0 | 144 | 122 | 46 | 535 | 144 | 37 |
| Binary | 10011101 | 0 | 11101 | 0 | 1100100 | 1010010 | 100110 | 101011101 | 1100100 | 11111 |
Color Harmonies of #9D001D
Complementary color
Monochromatic Colors of #9D001D
Black with #9D001D
Text Example
Text Example
White with #9D001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D001D; }
p { color: rgb(157,0,29); }
H1.HeaderClassName
{
color: #9D001D;
}
.AnyTagClassName
{
color: #9D001D;
}
</style>
background-color css
<style>
a { background-color: #9D001D; }
a { background-color: rgb(157,0,29); }
div.DivClassName
{
background-color: #9D001D;
}
.BgClassName
{
background-color: #9D001D;
}
</style>
border-color css
<style>
span { border-color: #9D001D; }
span { border-color: rgb(157,0,29); }
td.TdClassName
{
border-color: #9D001D;
}
.TagClassName
{
border-color: #9D001D;
}
</style>