Shades of Carmine #9D0113
Tints of Carmine #9D0113
RGB
CMYK
RGB Variations
Color information
#9D0113 (or 0x9D0113) is known color: Carmine. HEX triplet: 9D, 01 and 13. RGB value is (157,1,19). Sum of RGB (Red+Green+Blue) = 157+1+19=177 (23% of max value = 765). Red value is 157 (61.72% from 255 or 88.70% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0113 is #62FEEC. Grayscale: #313131. Windows color (decimal): -6487789 or 1245597. OLE color: 1245597.
HSL color Cylindrical-coordinate representation of color #9D0113: hue angle of 353.08º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D0113 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 1 | 19 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.38 |
| HSL | 353.08º | 0.99% | 0.31% | - |
| HSV(B) | 353.08º | 0.99% | 0.62% | - |
| XYZ | 14.03 | 7.24 | 1.27 | - |
| YUV | 49.7 | 110.68 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 1 | 19 | 0 | 0.99 | 0.88 | 0.38 | 353.08 | 0.99 | 0.31 |
| Hex | 9D | 1 | 13 | 0 | 63 | 58 | 26 | 161 | 63 | 1F |
| Octal | 235 | 1 | 23 | 0 | 143 | 130 | 46 | 541 | 143 | 37 |
| Binary | 10011101 | 1 | 10011 | 0 | 1100011 | 1011000 | 100110 | 101100001 | 1100011 | 11111 |
Color Harmonies of #9D0113
Complementary color
Monochromatic Colors of #9D0113
Black with #9D0113
Text Example
Text Example
White with #9D0113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0113; }
p { color: rgb(157,1,19); }
H1.HeaderClassName
{
color: #9D0113;
}
.AnyTagClassName
{
color: #9D0113;
}
</style>
background-color css
<style>
a { background-color: #9D0113; }
a { background-color: rgb(157,1,19); }
div.DivClassName
{
background-color: #9D0113;
}
.BgClassName
{
background-color: #9D0113;
}
</style>
border-color css
<style>
span { border-color: #9D0113; }
span { border-color: rgb(157,1,19); }
td.TdClassName
{
border-color: #9D0113;
}
.TagClassName
{
border-color: #9D0113;
}
</style>