Shades of Carmine #9C0435
Tints of Carmine #9C0435
RGB
CMYK
RGB Variations
Color information
#9C0435 (or 0x9C0435) is known color: Carmine. HEX triplet: 9C, 04 and 35. RGB value is (156,4,53). Sum of RGB (Red+Green+Blue) = 156+4+53=213 (28% of max value = 765). Red value is 156 (61.33% from 255 or 73.24% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 53 (21.09% from 255 or 24.88% from 213); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0435 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0435 is #63FBCA. Grayscale: #363636. Windows color (decimal): -6552523 or 3474588. OLE color: 3474588.
HSL color Cylindrical-coordinate representation of color #9C0435: hue angle of 340.66º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C0435 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 4 | 53 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.39 |
| HSL | 340.66º | 0.95% | 0.31% | - |
| HSV(B) | 340.66º | 0.97% | 0.61% | - |
| XYZ | 14.4 | 7.41 | 4.04 | - |
| YUV | 55.03 | 126.86 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 4 | 53 | 0 | 0.97 | 0.66 | 0.39 | 340.66 | 0.95 | 0.31 |
| Hex | 9C | 4 | 35 | 0 | 61 | 42 | 27 | 155 | 5F | 1F |
| Octal | 234 | 4 | 65 | 0 | 141 | 102 | 47 | 525 | 137 | 37 |
| Binary | 10011100 | 100 | 110101 | 0 | 1100001 | 1000010 | 100111 | 101010101 | 1011111 | 11111 |
Color Harmonies of #9C0435
Complementary color
Monochromatic Colors of #9C0435
Black with #9C0435
Text Example
Text Example
White with #9C0435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0435; }
p { color: rgb(156,4,53); }
H1.HeaderClassName
{
color: #9C0435;
}
.AnyTagClassName
{
color: #9C0435;
}
</style>
background-color css
<style>
a { background-color: #9C0435; }
a { background-color: rgb(156,4,53); }
div.DivClassName
{
background-color: #9C0435;
}
.BgClassName
{
background-color: #9C0435;
}
</style>
border-color css
<style>
span { border-color: #9C0435; }
span { border-color: rgb(156,4,53); }
td.TdClassName
{
border-color: #9C0435;
}
.TagClassName
{
border-color: #9C0435;
}
</style>