Shades of Carmine #9C1325
Tints of Carmine #9C1325
RGB
CMYK
RGB Variations
Color information
#9C1325 (or 0x9C1325) is known color: Carmine. HEX triplet: 9C, 13 and 25. RGB value is (156,19,37). Sum of RGB (Red+Green+Blue) = 156+19+37=212 (28% of max value = 765). Red value is 156 (61.33% from 255 or 73.58% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1325 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C1325 is #63ECDA. Grayscale: #3E3E3E. Windows color (decimal): -6548699 or 2429852. OLE color: 2429852.
HSL color Cylindrical-coordinate representation of color #9C1325: hue angle of 352.12º degrees, saturation: 0.78, 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 #9C1325 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 19 | 37 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.39 |
| HSL | 352.12º | 0.78% | 0.34% | - |
| HSV(B) | 352.12º | 0.88% | 0.61% | - |
| XYZ | 14.28 | 7.67 | 2.48 | - |
| YUV | 62.02 | 113.89 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 19 | 37 | 0 | 0.88 | 0.76 | 0.39 | 352.12 | 0.78 | 0.34 |
| Hex | 9C | 13 | 25 | 0 | 58 | 4C | 27 | 160 | 4E | 22 |
| Octal | 234 | 23 | 45 | 0 | 130 | 114 | 47 | 540 | 116 | 42 |
| Binary | 10011100 | 10011 | 100101 | 0 | 1011000 | 1001100 | 100111 | 101100000 | 1001110 | 100010 |
Color Harmonies of #9C1325
Complementary color
Monochromatic Colors of #9C1325
Black with #9C1325
Text Example
Text Example
White with #9C1325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1325; }
p { color: rgb(156,19,37); }
H1.HeaderClassName
{
color: #9C1325;
}
.AnyTagClassName
{
color: #9C1325;
}
</style>
background-color css
<style>
a { background-color: #9C1325; }
a { background-color: rgb(156,19,37); }
div.DivClassName
{
background-color: #9C1325;
}
.BgClassName
{
background-color: #9C1325;
}
</style>
border-color css
<style>
span { border-color: #9C1325; }
span { border-color: rgb(156,19,37); }
td.TdClassName
{
border-color: #9C1325;
}
.TagClassName
{
border-color: #9C1325;
}
</style>