Shades of Carmine #9C122C
Tints of Carmine #9C122C
RGB
CMYK
RGB Variations
Color information
#9C122C (or 0x9C122C) is known color: Carmine. HEX triplet: 9C, 12 and 2C. RGB value is (156,18,44). Sum of RGB (Red+Green+Blue) = 156+18+44=218 (28% of max value = 765). Red value is 156 (61.33% from 255 or 71.56% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 44 (17.58% from 255 or 20.18% from 218); Max value from RGB is 156 - color contains mainly: red. Hex color #9C122C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C122C is #63EDD3. Grayscale: #3E3E3E. Windows color (decimal): -6548948 or 2888348. OLE color: 2888348.
HSL color Cylindrical-coordinate representation of color #9C122C: hue angle of 348.7º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C122C is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 18 | 44 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.39 |
| HSL | 348.7º | 0.79% | 0.34% | - |
| HSV(B) | 348.7º | 0.88% | 0.61% | - |
| XYZ | 14.38 | 7.68 | 3.11 | - |
| YUV | 62.23 | 117.72 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 18 | 44 | 0 | 0.88 | 0.72 | 0.39 | 348.7 | 0.79 | 0.34 |
| Hex | 9C | 12 | 2C | 0 | 58 | 48 | 27 | 15D | 4F | 22 |
| Octal | 234 | 22 | 54 | 0 | 130 | 110 | 47 | 535 | 117 | 42 |
| Binary | 10011100 | 10010 | 101100 | 0 | 1011000 | 1001000 | 100111 | 101011101 | 1001111 | 100010 |
Color Harmonies of #9C122C
Complementary color
Monochromatic Colors of #9C122C
Black with #9C122C
Text Example
Text Example
White with #9C122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C122C; }
p { color: rgb(156,18,44); }
H1.HeaderClassName
{
color: #9C122C;
}
.AnyTagClassName
{
color: #9C122C;
}
</style>
background-color css
<style>
a { background-color: #9C122C; }
a { background-color: rgb(156,18,44); }
div.DivClassName
{
background-color: #9C122C;
}
.BgClassName
{
background-color: #9C122C;
}
</style>
border-color css
<style>
span { border-color: #9C122C; }
span { border-color: rgb(156,18,44); }
td.TdClassName
{
border-color: #9C122C;
}
.TagClassName
{
border-color: #9C122C;
}
</style>