Shades of Carmine #9C0C31
Tints of Carmine #9C0C31
RGB
CMYK
RGB Variations
Color information
#9C0C31 (or 0x9C0C31) is known color: Carmine. HEX triplet: 9C, 0C and 31. RGB value is (156,12,49). Sum of RGB (Red+Green+Blue) = 156+12+49=217 (28% of max value = 765). Red value is 156 (61.33% from 255 or 71.89% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 49 (19.53% from 255 or 22.58% from 217); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0C31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0C31 is #63F3CE. Grayscale: #3B3B3B. Windows color (decimal): -6550479 or 3214492. OLE color: 3214492.
HSL color Cylindrical-coordinate representation of color #9C0C31: hue angle of 344.58º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C0C31 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 12 | 49 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.39 |
| HSL | 344.58º | 0.86% | 0.33% | - |
| HSV(B) | 344.58º | 0.92% | 0.61% | - |
| XYZ | 14.4 | 7.55 | 3.6 | - |
| YUV | 59.27 | 122.21 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 12 | 49 | 0 | 0.92 | 0.69 | 0.39 | 344.58 | 0.86 | 0.33 |
| Hex | 9C | C | 31 | 0 | 5C | 45 | 27 | 159 | 56 | 21 |
| Octal | 234 | 14 | 61 | 0 | 134 | 105 | 47 | 531 | 126 | 41 |
| Binary | 10011100 | 1100 | 110001 | 0 | 1011100 | 1000101 | 100111 | 101011001 | 1010110 | 100001 |
Color Harmonies of #9C0C31
Complementary color
Monochromatic Colors of #9C0C31
Black with #9C0C31
Text Example
Text Example
White with #9C0C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0C31; }
p { color: rgb(156,12,49); }
H1.HeaderClassName
{
color: #9C0C31;
}
.AnyTagClassName
{
color: #9C0C31;
}
</style>
background-color css
<style>
a { background-color: #9C0C31; }
a { background-color: rgb(156,12,49); }
div.DivClassName
{
background-color: #9C0C31;
}
.BgClassName
{
background-color: #9C0C31;
}
</style>
border-color css
<style>
span { border-color: #9C0C31; }
span { border-color: rgb(156,12,49); }
td.TdClassName
{
border-color: #9C0C31;
}
.TagClassName
{
border-color: #9C0C31;
}
</style>