Shades of Carmine #9C002D
Tints of Carmine #9C002D
RGB
CMYK
RGB Variations
Color information
#9C002D (or 0x9C002D) is known color: Carmine. HEX triplet: 9C, 00 and 2D. RGB value is (156,0,45). Sum of RGB (Red+Green+Blue) = 156+0+45=201 (26% of max value = 765). Red value is 156 (61.33% from 255 or 77.61% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 156 - color contains mainly: red. Hex color #9C002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C002D is #63FFD2. Grayscale: #333333. Windows color (decimal): -6553555 or 2949276. OLE color: 2949276.
HSL color Cylindrical-coordinate representation of color #9C002D: hue angle of 342.69º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9C002D is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.71 | 0.39 |
| HSL | 342.69º | 1% | 0.31% | - |
| HSV(B) | 342.69º | 1% | 0.61% | - |
| XYZ | 14.18 | 7.26 | 3.14 | - |
| YUV | 51.77 | 124.18 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 0 | 45 | 0 | 1 | 0.71 | 0.39 | 342.69 | 1 | 0.31 |
| Hex | 9C | 0 | 2D | 0 | 64 | 47 | 27 | 157 | 64 | 1F |
| Octal | 234 | 0 | 55 | 0 | 144 | 107 | 47 | 527 | 144 | 37 |
| Binary | 10011100 | 0 | 101101 | 0 | 1100100 | 1000111 | 100111 | 101010111 | 1100100 | 11111 |
Color Harmonies of #9C002D
Complementary color
Monochromatic Colors of #9C002D
Black with #9C002D
Text Example
Text Example
White with #9C002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C002D; }
p { color: rgb(156,0,45); }
H1.HeaderClassName
{
color: #9C002D;
}
.AnyTagClassName
{
color: #9C002D;
}
</style>
background-color css
<style>
a { background-color: #9C002D; }
a { background-color: rgb(156,0,45); }
div.DivClassName
{
background-color: #9C002D;
}
.BgClassName
{
background-color: #9C002D;
}
</style>
border-color css
<style>
span { border-color: #9C002D; }
span { border-color: rgb(156,0,45); }
td.TdClassName
{
border-color: #9C002D;
}
.TagClassName
{
border-color: #9C002D;
}
</style>