Shades of Carmine #9C073A
Tints of Carmine #9C073A
RGB
CMYK
RGB Variations
Color information
#9C073A (or 0x9C073A) is known color: Carmine. HEX triplet: 9C, 07 and 3A. RGB value is (156,7,58). Sum of RGB (Red+Green+Blue) = 156+7+58=221 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.59% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 156 - color contains mainly: red. Hex color #9C073A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C073A is #63F8C5. Grayscale: #393939. Windows color (decimal): -6551750 or 3803036. OLE color: 3803036.
HSL color Cylindrical-coordinate representation of color #9C073A: hue angle of 339.46º 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 #9C073A is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 7 | 58 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.39 |
| HSL | 339.46º | 0.91% | 0.32% | - |
| HSV(B) | 339.46º | 0.96% | 0.61% | - |
| XYZ | 14.55 | 7.53 | 4.69 | - |
| YUV | 57.37 | 128.36 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 7 | 58 | 0 | 0.96 | 0.63 | 0.39 | 339.46 | 0.91 | 0.32 |
| Hex | 9C | 7 | 3A | 0 | 60 | 3F | 27 | 153 | 5B | 20 |
| Octal | 234 | 7 | 72 | 0 | 140 | 77 | 47 | 523 | 133 | 40 |
| Binary | 10011100 | 111 | 111010 | 0 | 1100000 | 111111 | 100111 | 101010011 | 1011011 | 100000 |
Color Harmonies of #9C073A
Complementary color
Monochromatic Colors of #9C073A
Black with #9C073A
Text Example
Text Example
White with #9C073A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C073A; }
p { color: rgb(156,7,58); }
H1.HeaderClassName
{
color: #9C073A;
}
.AnyTagClassName
{
color: #9C073A;
}
</style>
background-color css
<style>
a { background-color: #9C073A; }
a { background-color: rgb(156,7,58); }
div.DivClassName
{
background-color: #9C073A;
}
.BgClassName
{
background-color: #9C073A;
}
</style>
border-color css
<style>
span { border-color: #9C073A; }
span { border-color: rgb(156,7,58); }
td.TdClassName
{
border-color: #9C073A;
}
.TagClassName
{
border-color: #9C073A;
}
</style>