Shades of Carmine #9C011B
Tints of Carmine #9C011B
RGB
CMYK
RGB Variations
Color information
#9C011B (or 0x9C011B) is known color: Carmine. HEX triplet: 9C, 01 and 1B. RGB value is (156,1,27). Sum of RGB (Red+Green+Blue) = 156+1+27=184 (24% of max value = 765). Red value is 156 (61.33% from 255 or 84.78% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 27 (10.94% from 255 or 14.67% from 184); Max value from RGB is 156 - color contains mainly: red. Hex color #9C011B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C011B is #63FEE4. Grayscale: #323232. Windows color (decimal): -6553317 or 1769884. OLE color: 1769884.
HSL color Cylindrical-coordinate representation of color #9C011B: hue angle of 349.94º degrees, saturation: 0.99, 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 #9C011B is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 1 | 27 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.39 |
| HSL | 349.94º | 0.99% | 0.31% | - |
| HSV(B) | 349.94º | 0.99% | 0.61% | - |
| XYZ | 13.92 | 7.17 | 1.69 | - |
| YUV | 50.31 | 114.85 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 1 | 27 | 0 | 0.99 | 0.83 | 0.39 | 349.94 | 0.99 | 0.31 |
| Hex | 9C | 1 | 1B | 0 | 63 | 53 | 27 | 15E | 63 | 1F |
| Octal | 234 | 1 | 33 | 0 | 143 | 123 | 47 | 536 | 143 | 37 |
| Binary | 10011100 | 1 | 11011 | 0 | 1100011 | 1010011 | 100111 | 101011110 | 1100011 | 11111 |
Color Harmonies of #9C011B
Complementary color
Monochromatic Colors of #9C011B
Black with #9C011B
Text Example
Text Example
White with #9C011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C011B; }
p { color: rgb(156,1,27); }
H1.HeaderClassName
{
color: #9C011B;
}
.AnyTagClassName
{
color: #9C011B;
}
</style>
background-color css
<style>
a { background-color: #9C011B; }
a { background-color: rgb(156,1,27); }
div.DivClassName
{
background-color: #9C011B;
}
.BgClassName
{
background-color: #9C011B;
}
</style>
border-color css
<style>
span { border-color: #9C011B; }
span { border-color: rgb(156,1,27); }
td.TdClassName
{
border-color: #9C011B;
}
.TagClassName
{
border-color: #9C011B;
}
</style>