Shades of Carmine #9C1524
Tints of Carmine #9C1524
RGB
CMYK
RGB Variations
Color information
#9C1524 (or 0x9C1524) is known color: Carmine. HEX triplet: 9C, 15 and 24. RGB value is (156,21,36). Sum of RGB (Red+Green+Blue) = 156+21+36=213 (28% of max value = 765). Red value is 156 (61.33% from 255 or 73.24% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 36 (14.45% from 255 or 16.90% from 213); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1524 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C1524 is #63EADB. Grayscale: #3F3F3F. Windows color (decimal): -6548188 or 2364828. OLE color: 2364828.
HSL color Cylindrical-coordinate representation of color #9C1524: hue angle of 353.33º 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 #9C1524 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 21 | 36 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.39 |
| HSL | 353.33º | 0.76% | 0.35% | - |
| HSV(B) | 353.33º | 0.87% | 0.61% | - |
| XYZ | 14.3 | 7.73 | 2.41 | - |
| YUV | 63.08 | 112.73 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 21 | 36 | 0 | 0.87 | 0.77 | 0.39 | 353.33 | 0.76 | 0.35 |
| Hex | 9C | 15 | 24 | 0 | 57 | 4D | 27 | 161 | 4C | 23 |
| Octal | 234 | 25 | 44 | 0 | 127 | 115 | 47 | 541 | 114 | 43 |
| Binary | 10011100 | 10101 | 100100 | 0 | 1010111 | 1001101 | 100111 | 101100001 | 1001100 | 100011 |
Color Harmonies of #9C1524
Complementary color
Monochromatic Colors of #9C1524
Black with #9C1524
Text Example
Text Example
White with #9C1524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1524; }
p { color: rgb(156,21,36); }
H1.HeaderClassName
{
color: #9C1524;
}
.AnyTagClassName
{
color: #9C1524;
}
</style>
background-color css
<style>
a { background-color: #9C1524; }
a { background-color: rgb(156,21,36); }
div.DivClassName
{
background-color: #9C1524;
}
.BgClassName
{
background-color: #9C1524;
}
</style>
border-color css
<style>
span { border-color: #9C1524; }
span { border-color: rgb(156,21,36); }
td.TdClassName
{
border-color: #9C1524;
}
.TagClassName
{
border-color: #9C1524;
}
</style>