Shades of Carmine #9C0739
Tints of Carmine #9C0739
RGB
CMYK
RGB Variations
Color information
#9C0739 (or 0x9C0739) is known color: Carmine. HEX triplet: 9C, 07 and 39. RGB value is (156,7,57). Sum of RGB (Red+Green+Blue) = 156+7+57=220 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.91% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0739 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0739 is #63F8C6. Grayscale: #393939. Windows color (decimal): -6551751 or 3737500. OLE color: 3737500.
HSL color Cylindrical-coordinate representation of color #9C0739: hue angle of 339.87º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C0739 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 7 | 57 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.39 |
| HSL | 339.87º | 0.91% | 0.32% | - |
| HSV(B) | 339.87º | 0.96% | 0.61% | - |
| XYZ | 14.52 | 7.52 | 4.56 | - |
| YUV | 57.25 | 127.86 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 7 | 57 | 0 | 0.96 | 0.63 | 0.39 | 339.87 | 0.91 | 0.32 |
| Hex | 9C | 7 | 39 | 0 | 60 | 3F | 27 | 154 | 5B | 20 |
| Octal | 234 | 7 | 71 | 0 | 140 | 77 | 47 | 524 | 133 | 40 |
| Binary | 10011100 | 111 | 111001 | 0 | 1100000 | 111111 | 100111 | 101010100 | 1011011 | 100000 |
Color Harmonies of #9C0739
Complementary color
Monochromatic Colors of #9C0739
Black with #9C0739
Text Example
Text Example
White with #9C0739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0739; }
p { color: rgb(156,7,57); }
H1.HeaderClassName
{
color: #9C0739;
}
.AnyTagClassName
{
color: #9C0739;
}
</style>
background-color css
<style>
a { background-color: #9C0739; }
a { background-color: rgb(156,7,57); }
div.DivClassName
{
background-color: #9C0739;
}
.BgClassName
{
background-color: #9C0739;
}
</style>
border-color css
<style>
span { border-color: #9C0739; }
span { border-color: rgb(156,7,57); }
td.TdClassName
{
border-color: #9C0739;
}
.TagClassName
{
border-color: #9C0739;
}
</style>