Shades of Carmine #9C0722
Tints of Carmine #9C0722
RGB
CMYK
RGB Variations
Color information
#9C0722 (or 0x9C0722) is known color: Carmine. HEX triplet: 9C, 07 and 22. RGB value is (156,7,34). Sum of RGB (Red+Green+Blue) = 156+7+34=197 (26% of max value = 765). Red value is 156 (61.33% from 255 or 79.19% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0722 is #63F8DD. Grayscale: #363636. Windows color (decimal): -6551774 or 2230172. OLE color: 2230172.
HSL color Cylindrical-coordinate representation of color #9C0722: hue angle of 349.13º 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 #9C0722 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 7 | 34 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.39 |
| HSL | 349.13º | 0.91% | 0.32% | - |
| HSV(B) | 349.13º | 0.96% | 0.61% | - |
| XYZ | 14.08 | 7.34 | 2.19 | - |
| YUV | 54.63 | 116.36 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 7 | 34 | 0 | 0.96 | 0.78 | 0.39 | 349.13 | 0.91 | 0.32 |
| Hex | 9C | 7 | 22 | 0 | 60 | 4E | 27 | 15D | 5B | 20 |
| Octal | 234 | 7 | 42 | 0 | 140 | 116 | 47 | 535 | 133 | 40 |
| Binary | 10011100 | 111 | 100010 | 0 | 1100000 | 1001110 | 100111 | 101011101 | 1011011 | 100000 |
Color Harmonies of #9C0722
Complementary color
Monochromatic Colors of #9C0722
Black with #9C0722
Text Example
Text Example
White with #9C0722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0722; }
p { color: rgb(156,7,34); }
H1.HeaderClassName
{
color: #9C0722;
}
.AnyTagClassName
{
color: #9C0722;
}
</style>
background-color css
<style>
a { background-color: #9C0722; }
a { background-color: rgb(156,7,34); }
div.DivClassName
{
background-color: #9C0722;
}
.BgClassName
{
background-color: #9C0722;
}
</style>
border-color css
<style>
span { border-color: #9C0722; }
span { border-color: rgb(156,7,34); }
td.TdClassName
{
border-color: #9C0722;
}
.TagClassName
{
border-color: #9C0722;
}
</style>