Shades of Carmine #9C1422
Tints of Carmine #9C1422
RGB
CMYK
RGB Variations
Color information
#9C1422 (or 0x9C1422) is known color: Carmine. HEX triplet: 9C, 14 and 22. RGB value is (156,20,34). Sum of RGB (Red+Green+Blue) = 156+20+34=210 (27% of max value = 765). Red value is 156 (61.33% from 255 or 74.29% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 34 (13.67% from 255 or 16.19% from 210); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1422 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C1422 is #63EBDD. Grayscale: #3E3E3E. Windows color (decimal): -6548446 or 2233500. OLE color: 2233500.
HSL color Cylindrical-coordinate representation of color #9C1422: hue angle of 353.82º 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 #9C1422 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 20 | 34 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.39 |
| HSL | 353.82º | 0.77% | 0.35% | - |
| HSV(B) | 353.82º | 0.87% | 0.61% | - |
| XYZ | 14.25 | 7.68 | 2.25 | - |
| YUV | 62.26 | 112.06 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 20 | 34 | 0 | 0.87 | 0.78 | 0.39 | 353.82 | 0.77 | 0.35 |
| Hex | 9C | 14 | 22 | 0 | 57 | 4E | 27 | 162 | 4D | 23 |
| Octal | 234 | 24 | 42 | 0 | 127 | 116 | 47 | 542 | 115 | 43 |
| Binary | 10011100 | 10100 | 100010 | 0 | 1010111 | 1001110 | 100111 | 101100010 | 1001101 | 100011 |
Color Harmonies of #9C1422
Complementary color
Monochromatic Colors of #9C1422
Black with #9C1422
Text Example
Text Example
White with #9C1422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1422; }
p { color: rgb(156,20,34); }
H1.HeaderClassName
{
color: #9C1422;
}
.AnyTagClassName
{
color: #9C1422;
}
</style>
background-color css
<style>
a { background-color: #9C1422; }
a { background-color: rgb(156,20,34); }
div.DivClassName
{
background-color: #9C1422;
}
.BgClassName
{
background-color: #9C1422;
}
</style>
border-color css
<style>
span { border-color: #9C1422; }
span { border-color: rgb(156,20,34); }
td.TdClassName
{
border-color: #9C1422;
}
.TagClassName
{
border-color: #9C1422;
}
</style>