Shades of Carmine #9C151D
Tints of Carmine #9C151D
RGB
CMYK
RGB Variations
Color information
#9C151D (or 0x9C151D) is known color: Carmine. HEX triplet: 9C, 15 and 1D. RGB value is (156,21,29). Sum of RGB (Red+Green+Blue) = 156+21+29=206 (27% of max value = 765). Red value is 156 (61.33% from 255 or 75.73% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 156 - color contains mainly: red. Hex color #9C151D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C151D is #63EAE2. Grayscale: #3E3E3E. Windows color (decimal): -6548195 or 1906076. OLE color: 1906076.
HSL color Cylindrical-coordinate representation of color #9C151D: hue angle of 356.44º degrees, saturation: 0.76, 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 #9C151D is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 21 | 29 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.39 |
| HSL | 356.44º | 0.76% | 0.35% | - |
| HSV(B) | 356.44º | 0.87% | 0.61% | - |
| XYZ | 14.2 | 7.69 | 1.9 | - |
| YUV | 62.28 | 109.23 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 21 | 29 | 0 | 0.87 | 0.81 | 0.39 | 356.44 | 0.76 | 0.35 |
| Hex | 9C | 15 | 1D | 0 | 57 | 51 | 27 | 164 | 4C | 23 |
| Octal | 234 | 25 | 35 | 0 | 127 | 121 | 47 | 544 | 114 | 43 |
| Binary | 10011100 | 10101 | 11101 | 0 | 1010111 | 1010001 | 100111 | 101100100 | 1001100 | 100011 |
Color Harmonies of #9C151D
Complementary color
Monochromatic Colors of #9C151D
Black with #9C151D
Text Example
Text Example
White with #9C151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C151D; }
p { color: rgb(156,21,29); }
H1.HeaderClassName
{
color: #9C151D;
}
.AnyTagClassName
{
color: #9C151D;
}
</style>
background-color css
<style>
a { background-color: #9C151D; }
a { background-color: rgb(156,21,29); }
div.DivClassName
{
background-color: #9C151D;
}
.BgClassName
{
background-color: #9C151D;
}
</style>
border-color css
<style>
span { border-color: #9C151D; }
span { border-color: rgb(156,21,29); }
td.TdClassName
{
border-color: #9C151D;
}
.TagClassName
{
border-color: #9C151D;
}
</style>