Shades of Carmine #9C021D
Tints of Carmine #9C021D
RGB
CMYK
RGB Variations
Color information
#9C021D (or 0x9C021D) is known color: Carmine. HEX triplet: 9C, 02 and 1D. RGB value is (156,2,29). Sum of RGB (Red+Green+Blue) = 156+2+29=187 (24% of max value = 765). Red value is 156 (61.33% from 255 or 83.42% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 156 - color contains mainly: red. Hex color #9C021D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C021D is #63FDE2. Grayscale: #333333. Windows color (decimal): -6553059 or 1901212. OLE color: 1901212.
HSL color Cylindrical-coordinate representation of color #9C021D: hue angle of 349.48º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C021D is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 2 | 29 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.39 |
| HSL | 349.48º | 0.97% | 0.31% | - |
| HSV(B) | 349.48º | 0.99% | 0.61% | - |
| XYZ | 13.95 | 7.2 | 1.82 | - |
| YUV | 51.12 | 115.52 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 2 | 29 | 0 | 0.99 | 0.81 | 0.39 | 349.48 | 0.97 | 0.31 |
| Hex | 9C | 2 | 1D | 0 | 63 | 51 | 27 | 15D | 61 | 1F |
| Octal | 234 | 2 | 35 | 0 | 143 | 121 | 47 | 535 | 141 | 37 |
| Binary | 10011100 | 10 | 11101 | 0 | 1100011 | 1010001 | 100111 | 101011101 | 1100001 | 11111 |
Color Harmonies of #9C021D
Complementary color
Monochromatic Colors of #9C021D
Black with #9C021D
Text Example
Text Example
White with #9C021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C021D; }
p { color: rgb(156,2,29); }
H1.HeaderClassName
{
color: #9C021D;
}
.AnyTagClassName
{
color: #9C021D;
}
</style>
background-color css
<style>
a { background-color: #9C021D; }
a { background-color: rgb(156,2,29); }
div.DivClassName
{
background-color: #9C021D;
}
.BgClassName
{
background-color: #9C021D;
}
</style>
border-color css
<style>
span { border-color: #9C021D; }
span { border-color: rgb(156,2,29); }
td.TdClassName
{
border-color: #9C021D;
}
.TagClassName
{
border-color: #9C021D;
}
</style>