Shades of Carmine #9C141D
Tints of Carmine #9C141D
RGB
CMYK
RGB Variations
Color information
#9C141D (or 0x9C141D) is known color: Carmine. HEX triplet: 9C, 14 and 1D. RGB value is (156,20,29). Sum of RGB (Red+Green+Blue) = 156+20+29=205 (27% of max value = 765). Red value is 156 (61.33% from 255 or 76.10% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 156 - color contains mainly: red. Hex color #9C141D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C141D is #63EBE2. Grayscale: #3D3D3D. Windows color (decimal): -6548451 or 1905820. OLE color: 1905820.
HSL color Cylindrical-coordinate representation of color #9C141D: hue angle of 356.03º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C141D is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 20 | 29 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.39 |
| HSL | 356.03º | 0.77% | 0.35% | - |
| HSV(B) | 356.03º | 0.87% | 0.61% | - |
| XYZ | 14.18 | 7.66 | 1.89 | - |
| YUV | 61.69 | 109.56 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 20 | 29 | 0 | 0.87 | 0.81 | 0.39 | 356.03 | 0.77 | 0.35 |
| Hex | 9C | 14 | 1D | 0 | 57 | 51 | 27 | 164 | 4D | 23 |
| Octal | 234 | 24 | 35 | 0 | 127 | 121 | 47 | 544 | 115 | 43 |
| Binary | 10011100 | 10100 | 11101 | 0 | 1010111 | 1010001 | 100111 | 101100100 | 1001101 | 100011 |
Color Harmonies of #9C141D
Complementary color
Monochromatic Colors of #9C141D
Black with #9C141D
Text Example
Text Example
White with #9C141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C141D; }
p { color: rgb(156,20,29); }
H1.HeaderClassName
{
color: #9C141D;
}
.AnyTagClassName
{
color: #9C141D;
}
</style>
background-color css
<style>
a { background-color: #9C141D; }
a { background-color: rgb(156,20,29); }
div.DivClassName
{
background-color: #9C141D;
}
.BgClassName
{
background-color: #9C141D;
}
</style>
border-color css
<style>
span { border-color: #9C141D; }
span { border-color: rgb(156,20,29); }
td.TdClassName
{
border-color: #9C141D;
}
.TagClassName
{
border-color: #9C141D;
}
</style>