Shades of Carmine #9C063A
Tints of Carmine #9C063A
RGB
CMYK
RGB Variations
Color information
#9C063A (or 0x9C063A) is known color: Carmine. HEX triplet: 9C, 06 and 3A. RGB value is (156,6,58). Sum of RGB (Red+Green+Blue) = 156+6+58=220 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.91% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 156 - color contains mainly: red. Hex color #9C063A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C063A is #63F9C5. Grayscale: #383838. Windows color (decimal): -6552006 or 3802780. OLE color: 3802780.
HSL color Cylindrical-coordinate representation of color #9C063A: hue angle of 339.2º 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 #9C063A is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 6 | 58 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.39 |
| HSL | 339.2º | 0.93% | 0.32% | - |
| HSV(B) | 339.2º | 0.96% | 0.61% | - |
| XYZ | 14.54 | 7.5 | 4.69 | - |
| YUV | 56.78 | 128.7 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 6 | 58 | 0 | 0.96 | 0.63 | 0.39 | 339.2 | 0.93 | 0.32 |
| Hex | 9C | 6 | 3A | 0 | 60 | 3F | 27 | 153 | 5D | 20 |
| Octal | 234 | 6 | 72 | 0 | 140 | 77 | 47 | 523 | 135 | 40 |
| Binary | 10011100 | 110 | 111010 | 0 | 1100000 | 111111 | 100111 | 101010011 | 1011101 | 100000 |
Color Harmonies of #9C063A
Complementary color
Monochromatic Colors of #9C063A
Black with #9C063A
Text Example
Text Example
White with #9C063A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C063A; }
p { color: rgb(156,6,58); }
H1.HeaderClassName
{
color: #9C063A;
}
.AnyTagClassName
{
color: #9C063A;
}
</style>
background-color css
<style>
a { background-color: #9C063A; }
a { background-color: rgb(156,6,58); }
div.DivClassName
{
background-color: #9C063A;
}
.BgClassName
{
background-color: #9C063A;
}
</style>
border-color css
<style>
span { border-color: #9C063A; }
span { border-color: rgb(156,6,58); }
td.TdClassName
{
border-color: #9C063A;
}
.TagClassName
{
border-color: #9C063A;
}
</style>