Shades of Carmine #9D121C
Tints of Carmine #9D121C
RGB
CMYK
RGB Variations
Color information
#9D121C (or 0x9D121C) is known color: Carmine. HEX triplet: 9D, 12 and 1C. RGB value is (157,18,28). Sum of RGB (Red+Green+Blue) = 157+18+28=203 (26% of max value = 765). Red value is 157 (61.72% from 255 or 77.34% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 157 - color contains mainly: red. Hex color #9D121C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D121C is #62EDE3. Grayscale: #3C3C3C. Windows color (decimal): -6483428 or 1839773. OLE color: 1839773.
HSL color Cylindrical-coordinate representation of color #9D121C: hue angle of 355.68º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D121C is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 18 | 28 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.38 |
| HSL | 355.68º | 0.79% | 0.34% | - |
| HSV(B) | 355.68º | 0.89% | 0.62% | - |
| XYZ | 14.33 | 7.68 | 1.83 | - |
| YUV | 60.7 | 109.55 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 18 | 28 | 0 | 0.89 | 0.82 | 0.38 | 355.68 | 0.79 | 0.34 |
| Hex | 9D | 12 | 1C | 0 | 59 | 52 | 26 | 164 | 4F | 22 |
| Octal | 235 | 22 | 34 | 0 | 131 | 122 | 46 | 544 | 117 | 42 |
| Binary | 10011101 | 10010 | 11100 | 0 | 1011001 | 1010010 | 100110 | 101100100 | 1001111 | 100010 |
Color Harmonies of #9D121C
Complementary color
Monochromatic Colors of #9D121C
Black with #9D121C
Text Example
Text Example
White with #9D121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D121C; }
p { color: rgb(157,18,28); }
H1.HeaderClassName
{
color: #9D121C;
}
.AnyTagClassName
{
color: #9D121C;
}
</style>
background-color css
<style>
a { background-color: #9D121C; }
a { background-color: rgb(157,18,28); }
div.DivClassName
{
background-color: #9D121C;
}
.BgClassName
{
background-color: #9D121C;
}
</style>
border-color css
<style>
span { border-color: #9D121C; }
span { border-color: rgb(157,18,28); }
td.TdClassName
{
border-color: #9D121C;
}
.TagClassName
{
border-color: #9D121C;
}
</style>