Shades of Carmine #9C0D37
Tints of Carmine #9C0D37
RGB
CMYK
RGB Variations
Color information
#9C0D37 (or 0x9C0D37) is known color: Carmine. HEX triplet: 9C, 0D and 37. RGB value is (156,13,55). Sum of RGB (Red+Green+Blue) = 156+13+55=224 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.64% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 55 (21.88% from 255 or 24.55% from 224); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0D37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0D37 is #63F2C8. Grayscale: #3C3C3C. Windows color (decimal): -6550217 or 3607964. OLE color: 3607964.
HSL color Cylindrical-coordinate representation of color #9C0D37: hue angle of 342.38º degrees, saturation: 0.85, 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 #9C0D37 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 13 | 55 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.39 |
| HSL | 342.38º | 0.85% | 0.33% | - |
| HSV(B) | 342.38º | 0.92% | 0.61% | - |
| XYZ | 14.54 | 7.63 | 4.32 | - |
| YUV | 60.55 | 124.88 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 13 | 55 | 0 | 0.92 | 0.65 | 0.39 | 342.38 | 0.85 | 0.33 |
| Hex | 9C | D | 37 | 0 | 5C | 41 | 27 | 156 | 55 | 21 |
| Octal | 234 | 15 | 67 | 0 | 134 | 101 | 47 | 526 | 125 | 41 |
| Binary | 10011100 | 1101 | 110111 | 0 | 1011100 | 1000001 | 100111 | 101010110 | 1010101 | 100001 |
Color Harmonies of #9C0D37
Complementary color
Monochromatic Colors of #9C0D37
Black with #9C0D37
Text Example
Text Example
White with #9C0D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0D37; }
p { color: rgb(156,13,55); }
H1.HeaderClassName
{
color: #9C0D37;
}
.AnyTagClassName
{
color: #9C0D37;
}
</style>
background-color css
<style>
a { background-color: #9C0D37; }
a { background-color: rgb(156,13,55); }
div.DivClassName
{
background-color: #9C0D37;
}
.BgClassName
{
background-color: #9C0D37;
}
</style>
border-color css
<style>
span { border-color: #9C0D37; }
span { border-color: rgb(156,13,55); }
td.TdClassName
{
border-color: #9C0D37;
}
.TagClassName
{
border-color: #9C0D37;
}
</style>