Shades of Carmine #9C0A2D
Tints of Carmine #9C0A2D
RGB
CMYK
RGB Variations
Color information
#9C0A2D (or 0x9C0A2D) is known color: Carmine. HEX triplet: 9C, 0A and 2D. RGB value is (156,10,45). Sum of RGB (Red+Green+Blue) = 156+10+45=211 (27% of max value = 765). Red value is 156 (61.33% from 255 or 73.93% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0A2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0A2D is #63F5D2. Grayscale: #393939. Windows color (decimal): -6550995 or 2951836. OLE color: 2951836.
HSL color Cylindrical-coordinate representation of color #9C0A2D: hue angle of 345.62º 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 #9C0A2D is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 10 | 45 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.39 |
| HSL | 345.62º | 0.88% | 0.33% | - |
| HSV(B) | 345.62º | 0.94% | 0.61% | - |
| XYZ | 14.29 | 7.47 | 3.17 | - |
| YUV | 57.64 | 120.87 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 10 | 45 | 0 | 0.94 | 0.71 | 0.39 | 345.62 | 0.88 | 0.33 |
| Hex | 9C | A | 2D | 0 | 5E | 47 | 27 | 15A | 58 | 21 |
| Octal | 234 | 12 | 55 | 0 | 136 | 107 | 47 | 532 | 130 | 41 |
| Binary | 10011100 | 1010 | 101101 | 0 | 1011110 | 1000111 | 100111 | 101011010 | 1011000 | 100001 |
Color Harmonies of #9C0A2D
Complementary color
Monochromatic Colors of #9C0A2D
Black with #9C0A2D
Text Example
Text Example
White with #9C0A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0A2D; }
p { color: rgb(156,10,45); }
H1.HeaderClassName
{
color: #9C0A2D;
}
.AnyTagClassName
{
color: #9C0A2D;
}
</style>
background-color css
<style>
a { background-color: #9C0A2D; }
a { background-color: rgb(156,10,45); }
div.DivClassName
{
background-color: #9C0A2D;
}
.BgClassName
{
background-color: #9C0A2D;
}
</style>
border-color css
<style>
span { border-color: #9C0A2D; }
span { border-color: rgb(156,10,45); }
td.TdClassName
{
border-color: #9C0A2D;
}
.TagClassName
{
border-color: #9C0A2D;
}
</style>