Shades of Carmine #9D0118
Tints of Carmine #9D0118
RGB
CMYK
RGB Variations
Color information
#9D0118 (or 0x9D0118) is known color: Carmine. HEX triplet: 9D, 01 and 18. RGB value is (157,1,24). Sum of RGB (Red+Green+Blue) = 157+1+24=182 (24% of max value = 765). Red value is 157 (61.72% from 255 or 86.26% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 24 (9.77% from 255 or 13.19% from 182); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0118 is #62FEE7. Grayscale: #323232. Windows color (decimal): -6487784 or 1573277. OLE color: 1573277.
HSL color Cylindrical-coordinate representation of color #9D0118: hue angle of 351.15º 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 #9D0118 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 1 | 24 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.38 |
| HSL | 351.15º | 0.99% | 0.31% | - |
| HSV(B) | 351.15º | 0.99% | 0.62% | - |
| XYZ | 14.08 | 7.26 | 1.52 | - |
| YUV | 50.27 | 113.18 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 1 | 24 | 0 | 0.99 | 0.85 | 0.38 | 351.15 | 0.99 | 0.31 |
| Hex | 9D | 1 | 18 | 0 | 63 | 55 | 26 | 15F | 63 | 1F |
| Octal | 235 | 1 | 30 | 0 | 143 | 125 | 46 | 537 | 143 | 37 |
| Binary | 10011101 | 1 | 11000 | 0 | 1100011 | 1010101 | 100110 | 101011111 | 1100011 | 11111 |
Color Harmonies of #9D0118
Complementary color
Monochromatic Colors of #9D0118
Black with #9D0118
Text Example
Text Example
White with #9D0118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0118; }
p { color: rgb(157,1,24); }
H1.HeaderClassName
{
color: #9D0118;
}
.AnyTagClassName
{
color: #9D0118;
}
</style>
background-color css
<style>
a { background-color: #9D0118; }
a { background-color: rgb(157,1,24); }
div.DivClassName
{
background-color: #9D0118;
}
.BgClassName
{
background-color: #9D0118;
}
</style>
border-color css
<style>
span { border-color: #9D0118; }
span { border-color: rgb(157,1,24); }
td.TdClassName
{
border-color: #9D0118;
}
.TagClassName
{
border-color: #9D0118;
}
</style>