Shades of Carmine #9C161D
Tints of Carmine #9C161D
RGB
CMYK
RGB Variations
Color information
#9C161D (or 0x9C161D) is known color: Carmine. HEX triplet: 9C, 16 and 1D. RGB value is (156,22,29). Sum of RGB (Red+Green+Blue) = 156+22+29=207 (27% of max value = 765). Red value is 156 (61.33% from 255 or 75.36% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 156 - color contains mainly: red. Hex color #9C161D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C161D is #63E9E2. Grayscale: #3E3E3E. Windows color (decimal): -6547939 or 1906332. OLE color: 1906332.
HSL color Cylindrical-coordinate representation of color #9C161D: hue angle of 356.87º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C161D is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 22 | 29 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.39 |
| HSL | 356.87º | 0.75% | 0.35% | - |
| HSV(B) | 356.87º | 0.86% | 0.61% | - |
| XYZ | 14.22 | 7.73 | 1.91 | - |
| YUV | 62.86 | 108.89 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 22 | 29 | 0 | 0.86 | 0.81 | 0.39 | 356.87 | 0.75 | 0.35 |
| Hex | 9C | 16 | 1D | 0 | 56 | 51 | 27 | 165 | 4B | 23 |
| Octal | 234 | 26 | 35 | 0 | 126 | 121 | 47 | 545 | 113 | 43 |
| Binary | 10011100 | 10110 | 11101 | 0 | 1010110 | 1010001 | 100111 | 101100101 | 1001011 | 100011 |
Color Harmonies of #9C161D
Complementary color
Monochromatic Colors of #9C161D
Black with #9C161D
Text Example
Text Example
White with #9C161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C161D; }
p { color: rgb(156,22,29); }
H1.HeaderClassName
{
color: #9C161D;
}
.AnyTagClassName
{
color: #9C161D;
}
</style>
background-color css
<style>
a { background-color: #9C161D; }
a { background-color: rgb(156,22,29); }
div.DivClassName
{
background-color: #9C161D;
}
.BgClassName
{
background-color: #9C161D;
}
</style>
border-color css
<style>
span { border-color: #9C161D; }
span { border-color: rgb(156,22,29); }
td.TdClassName
{
border-color: #9C161D;
}
.TagClassName
{
border-color: #9C161D;
}
</style>