Shades of Carmine #9D191C
Tints of Carmine #9D191C
RGB
CMYK
RGB Variations
Color information
#9D191C (or 0x9D191C) is known color: Carmine. HEX triplet: 9D, 19 and 1C. RGB value is (157,25,28). Sum of RGB (Red+Green+Blue) = 157+25+28=210 (27% of max value = 765). Red value is 157 (61.72% from 255 or 74.76% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 157 - color contains mainly: red. Hex color #9D191C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D191C is #62E6E3. Grayscale: #404040. Windows color (decimal): -6481636 or 1841565. OLE color: 1841565.
HSL color Cylindrical-coordinate representation of color #9D191C: hue angle of 358.64º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D191C is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 25 | 28 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.38 |
| HSL | 358.64º | 0.73% | 0.36% | - |
| HSV(B) | 358.64º | 0.84% | 0.62% | - |
| XYZ | 14.46 | 7.95 | 1.87 | - |
| YUV | 64.81 | 107.23 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 25 | 28 | 0 | 0.84 | 0.82 | 0.38 | 358.64 | 0.73 | 0.36 |
| Hex | 9D | 19 | 1C | 0 | 54 | 52 | 26 | 167 | 49 | 24 |
| Octal | 235 | 31 | 34 | 0 | 124 | 122 | 46 | 547 | 111 | 44 |
| Binary | 10011101 | 11001 | 11100 | 0 | 1010100 | 1010010 | 100110 | 101100111 | 1001001 | 100100 |
Color Harmonies of #9D191C
Complementary color
Monochromatic Colors of #9D191C
Black with #9D191C
Text Example
Text Example
White with #9D191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D191C; }
p { color: rgb(157,25,28); }
H1.HeaderClassName
{
color: #9D191C;
}
.AnyTagClassName
{
color: #9D191C;
}
</style>
background-color css
<style>
a { background-color: #9D191C; }
a { background-color: rgb(157,25,28); }
div.DivClassName
{
background-color: #9D191C;
}
.BgClassName
{
background-color: #9D191C;
}
</style>
border-color css
<style>
span { border-color: #9D191C; }
span { border-color: rgb(157,25,28); }
td.TdClassName
{
border-color: #9D191C;
}
.TagClassName
{
border-color: #9D191C;
}
</style>