Shades of Carmine #9C0C36
Tints of Carmine #9C0C36
RGB
CMYK
RGB Variations
Color information
#9C0C36 (or 0x9C0C36) is known color: Carmine. HEX triplet: 9C, 0C and 36. RGB value is (156,12,54). Sum of RGB (Red+Green+Blue) = 156+12+54=222 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.27% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 54 (21.48% from 255 or 24.32% from 222); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0C36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0C36 is #63F3C9. Grayscale: #3B3B3B. Windows color (decimal): -6550474 or 3542172. OLE color: 3542172.
HSL color Cylindrical-coordinate representation of color #9C0C36: hue angle of 342.5º 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 #9C0C36 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 12 | 54 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.39 |
| HSL | 342.5º | 0.86% | 0.33% | - |
| HSV(B) | 342.5º | 0.92% | 0.61% | - |
| XYZ | 14.51 | 7.6 | 4.19 | - |
| YUV | 59.84 | 124.71 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 12 | 54 | 0 | 0.92 | 0.65 | 0.39 | 342.5 | 0.86 | 0.33 |
| Hex | 9C | C | 36 | 0 | 5C | 41 | 27 | 156 | 56 | 21 |
| Octal | 234 | 14 | 66 | 0 | 134 | 101 | 47 | 526 | 126 | 41 |
| Binary | 10011100 | 1100 | 110110 | 0 | 1011100 | 1000001 | 100111 | 101010110 | 1010110 | 100001 |
Color Harmonies of #9C0C36
Complementary color
Monochromatic Colors of #9C0C36
Black with #9C0C36
Text Example
Text Example
White with #9C0C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0C36; }
p { color: rgb(156,12,54); }
H1.HeaderClassName
{
color: #9C0C36;
}
.AnyTagClassName
{
color: #9C0C36;
}
</style>
background-color css
<style>
a { background-color: #9C0C36; }
a { background-color: rgb(156,12,54); }
div.DivClassName
{
background-color: #9C0C36;
}
.BgClassName
{
background-color: #9C0C36;
}
</style>
border-color css
<style>
span { border-color: #9C0C36; }
span { border-color: rgb(156,12,54); }
td.TdClassName
{
border-color: #9C0C36;
}
.TagClassName
{
border-color: #9C0C36;
}
</style>