Shades of Carmine #9D0010
Tints of Carmine #9D0010
RGB
CMYK
RGB Variations
Color information
#9D0010 (or 0x9D0010) is known color: Carmine. HEX triplet: 9D, 00 and 10. RGB value is (157,0,16). Sum of RGB (Red+Green+Blue) = 157+0+16=173 (22% of max value = 765). Red value is 157 (61.72% from 255 or 90.75% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0010 is #62FFEF. Grayscale: #303030. Windows color (decimal): -6488048 or 1048733. OLE color: 1048733.
HSL color Cylindrical-coordinate representation of color #9D0010: hue angle of 353.89º 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 #9D0010 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.90 | 0.38 |
| HSL | 353.89º | 1% | 0.31% | - |
| HSV(B) | 353.89º | 1% | 0.62% | - |
| XYZ | 14 | 7.21 | 1.14 | - |
| YUV | 48.77 | 109.51 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 0 | 16 | 0 | 1 | 0.90 | 0.38 | 353.89 | 1 | 0.31 |
| Hex | 9D | 0 | 10 | 0 | 64 | 5A | 26 | 162 | 64 | 1F |
| Octal | 235 | 0 | 20 | 0 | 144 | 132 | 46 | 542 | 144 | 37 |
| Binary | 10011101 | 0 | 10000 | 0 | 1100100 | 1011010 | 100110 | 101100010 | 1100100 | 11111 |
Color Harmonies of #9D0010
Complementary color
Monochromatic Colors of #9D0010
Black with #9D0010
Text Example
Text Example
White with #9D0010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0010; }
p { color: rgb(157,0,16); }
H1.HeaderClassName
{
color: #9D0010;
}
.AnyTagClassName
{
color: #9D0010;
}
</style>
background-color css
<style>
a { background-color: #9D0010; }
a { background-color: rgb(157,0,16); }
div.DivClassName
{
background-color: #9D0010;
}
.BgClassName
{
background-color: #9D0010;
}
</style>
border-color css
<style>
span { border-color: #9D0010; }
span { border-color: rgb(157,0,16); }
td.TdClassName
{
border-color: #9D0010;
}
.TagClassName
{
border-color: #9D0010;
}
</style>