Shades of Carmine #9C0A1E
Tints of Carmine #9C0A1E
RGB
CMYK
RGB Variations
Color information
#9C0A1E (or 0x9C0A1E) is known color: Carmine. HEX triplet: 9C, 0A and 1E. RGB value is (156,10,30). Sum of RGB (Red+Green+Blue) = 156+10+30=196 (25% of max value = 765). Red value is 156 (61.33% from 255 or 79.59% from 196); Green value is 10 (4.30% from 255 or 5.10% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0A1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0A1E is #63F5E1. Grayscale: #373737. Windows color (decimal): -6551010 or 1968796. OLE color: 1968796.
HSL color Cylindrical-coordinate representation of color #9C0A1E: hue angle of 351.78º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0A1E is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 10 | 30 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.39 |
| HSL | 351.78º | 0.88% | 0.33% | - |
| HSV(B) | 351.78º | 0.94% | 0.61% | - |
| XYZ | 14.05 | 7.38 | 1.91 | - |
| YUV | 55.93 | 113.37 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 10 | 30 | 0 | 0.94 | 0.81 | 0.39 | 351.78 | 0.88 | 0.33 |
| Hex | 9C | A | 1E | 0 | 5E | 51 | 27 | 160 | 58 | 21 |
| Octal | 234 | 12 | 36 | 0 | 136 | 121 | 47 | 540 | 130 | 41 |
| Binary | 10011100 | 1010 | 11110 | 0 | 1011110 | 1010001 | 100111 | 101100000 | 1011000 | 100001 |
Color Harmonies of #9C0A1E
Complementary color
Monochromatic Colors of #9C0A1E
Black with #9C0A1E
Text Example
Text Example
White with #9C0A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0A1E; }
p { color: rgb(156,10,30); }
H1.HeaderClassName
{
color: #9C0A1E;
}
.AnyTagClassName
{
color: #9C0A1E;
}
</style>
background-color css
<style>
a { background-color: #9C0A1E; }
a { background-color: rgb(156,10,30); }
div.DivClassName
{
background-color: #9C0A1E;
}
.BgClassName
{
background-color: #9C0A1E;
}
</style>
border-color css
<style>
span { border-color: #9C0A1E; }
span { border-color: rgb(156,10,30); }
td.TdClassName
{
border-color: #9C0A1E;
}
.TagClassName
{
border-color: #9C0A1E;
}
</style>