Shades of Carmine #9C0713
Tints of Carmine #9C0713
RGB
CMYK
RGB Variations
Color information
#9C0713 (or 0x9C0713) is known color: Carmine. HEX triplet: 9C, 07 and 13. RGB value is (156,7,19). Sum of RGB (Red+Green+Blue) = 156+7+19=182 (24% of max value = 765). Red value is 156 (61.33% from 255 or 85.71% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0713 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0713 is #63F8EC. Grayscale: #353535. Windows color (decimal): -6551789 or 1247132. OLE color: 1247132.
HSL color Cylindrical-coordinate representation of color #9C0713: hue angle of 355.17º 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 #9C0713 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 7 | 19 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.39 |
| HSL | 355.17º | 0.91% | 0.32% | - |
| HSV(B) | 355.17º | 0.96% | 0.61% | - |
| XYZ | 13.9 | 7.27 | 1.29 | - |
| YUV | 52.92 | 108.86 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 7 | 19 | 0 | 0.96 | 0.88 | 0.39 | 355.17 | 0.91 | 0.32 |
| Hex | 9C | 7 | 13 | 0 | 60 | 58 | 27 | 163 | 5B | 20 |
| Octal | 234 | 7 | 23 | 0 | 140 | 130 | 47 | 543 | 133 | 40 |
| Binary | 10011100 | 111 | 10011 | 0 | 1100000 | 1011000 | 100111 | 101100011 | 1011011 | 100000 |
Color Harmonies of #9C0713
Complementary color
Monochromatic Colors of #9C0713
Black with #9C0713
Text Example
Text Example
White with #9C0713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0713; }
p { color: rgb(156,7,19); }
H1.HeaderClassName
{
color: #9C0713;
}
.AnyTagClassName
{
color: #9C0713;
}
</style>
background-color css
<style>
a { background-color: #9C0713; }
a { background-color: rgb(156,7,19); }
div.DivClassName
{
background-color: #9C0713;
}
.BgClassName
{
background-color: #9C0713;
}
</style>
border-color css
<style>
span { border-color: #9C0713; }
span { border-color: rgb(156,7,19); }
td.TdClassName
{
border-color: #9C0713;
}
.TagClassName
{
border-color: #9C0713;
}
</style>