Shades of Carmine #9C0634
Tints of Carmine #9C0634
RGB
CMYK
RGB Variations
Color information
#9C0634 (or 0x9C0634) is known color: Carmine. HEX triplet: 9C, 06 and 34. RGB value is (156,6,52). Sum of RGB (Red+Green+Blue) = 156+6+52=214 (28% of max value = 765). Red value is 156 (61.33% from 255 or 72.90% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0634 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0634 is #63F9CB. Grayscale: #383838. Windows color (decimal): -6552012 or 3409564. OLE color: 3409564.
HSL color Cylindrical-coordinate representation of color #9C0634: hue angle of 341.6º degrees, saturation: 0.93, 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 #9C0634 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 6 | 52 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.39 |
| HSL | 341.6º | 0.93% | 0.32% | - |
| HSV(B) | 341.6º | 0.96% | 0.61% | - |
| XYZ | 14.4 | 7.45 | 3.93 | - |
| YUV | 56.09 | 125.7 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 6 | 52 | 0 | 0.96 | 0.67 | 0.39 | 341.6 | 0.93 | 0.32 |
| Hex | 9C | 6 | 34 | 0 | 60 | 43 | 27 | 156 | 5D | 20 |
| Octal | 234 | 6 | 64 | 0 | 140 | 103 | 47 | 526 | 135 | 40 |
| Binary | 10011100 | 110 | 110100 | 0 | 1100000 | 1000011 | 100111 | 101010110 | 1011101 | 100000 |
Color Harmonies of #9C0634
Complementary color
Monochromatic Colors of #9C0634
Black with #9C0634
Text Example
Text Example
White with #9C0634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0634; }
p { color: rgb(156,6,52); }
H1.HeaderClassName
{
color: #9C0634;
}
.AnyTagClassName
{
color: #9C0634;
}
</style>
background-color css
<style>
a { background-color: #9C0634; }
a { background-color: rgb(156,6,52); }
div.DivClassName
{
background-color: #9C0634;
}
.BgClassName
{
background-color: #9C0634;
}
</style>
border-color css
<style>
span { border-color: #9C0634; }
span { border-color: rgb(156,6,52); }
td.TdClassName
{
border-color: #9C0634;
}
.TagClassName
{
border-color: #9C0634;
}
</style>