Shades of Carmine #9C0726
Tints of Carmine #9C0726
RGB
CMYK
RGB Variations
Color information
#9C0726 (or 0x9C0726) is known color: Carmine. HEX triplet: 9C, 07 and 26. RGB value is (156,7,38). Sum of RGB (Red+Green+Blue) = 156+7+38=201 (26% of max value = 765). Red value is 156 (61.33% from 255 or 77.61% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0726 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0726 is #63F8D9. Grayscale: #373737. Windows color (decimal): -6551770 or 2492316. OLE color: 2492316.
HSL color Cylindrical-coordinate representation of color #9C0726: hue angle of 347.52º 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 #9C0726 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 7 | 38 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.39 |
| HSL | 347.52º | 0.91% | 0.32% | - |
| HSV(B) | 347.52º | 0.96% | 0.61% | - |
| XYZ | 14.14 | 7.36 | 2.51 | - |
| YUV | 55.09 | 118.36 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 7 | 38 | 0 | 0.96 | 0.76 | 0.39 | 347.52 | 0.91 | 0.32 |
| Hex | 9C | 7 | 26 | 0 | 60 | 4C | 27 | 15C | 5B | 20 |
| Octal | 234 | 7 | 46 | 0 | 140 | 114 | 47 | 534 | 133 | 40 |
| Binary | 10011100 | 111 | 100110 | 0 | 1100000 | 1001100 | 100111 | 101011100 | 1011011 | 100000 |
Color Harmonies of #9C0726
Complementary color
Monochromatic Colors of #9C0726
Black with #9C0726
Text Example
Text Example
White with #9C0726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0726; }
p { color: rgb(156,7,38); }
H1.HeaderClassName
{
color: #9C0726;
}
.AnyTagClassName
{
color: #9C0726;
}
</style>
background-color css
<style>
a { background-color: #9C0726; }
a { background-color: rgb(156,7,38); }
div.DivClassName
{
background-color: #9C0726;
}
.BgClassName
{
background-color: #9C0726;
}
</style>
border-color css
<style>
span { border-color: #9C0726; }
span { border-color: rgb(156,7,38); }
td.TdClassName
{
border-color: #9C0726;
}
.TagClassName
{
border-color: #9C0726;
}
</style>