Shades of Carmine #9C101B
Tints of Carmine #9C101B
RGB
CMYK
RGB Variations
Color information
#9C101B (or 0x9C101B) is known color: Carmine. HEX triplet: 9C, 10 and 1B. RGB value is (156,16,27). Sum of RGB (Red+Green+Blue) = 156+16+27=199 (26% of max value = 765). Red value is 156 (61.33% from 255 or 78.39% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 156 - color contains mainly: red. Hex color #9C101B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C101B is #63EFE4. Grayscale: #3B3B3B. Windows color (decimal): -6549477 or 1773724. OLE color: 1773724.
HSL color Cylindrical-coordinate representation of color #9C101B: hue angle of 355.29º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C101B is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 16 | 27 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.39 |
| HSL | 355.29º | 0.81% | 0.34% | - |
| HSV(B) | 355.29º | 0.9% | 0.61% | - |
| XYZ | 14.09 | 7.52 | 1.75 | - |
| YUV | 59.11 | 109.88 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 16 | 27 | 0 | 0.90 | 0.83 | 0.39 | 355.29 | 0.81 | 0.34 |
| Hex | 9C | 10 | 1B | 0 | 5A | 53 | 27 | 163 | 51 | 22 |
| Octal | 234 | 20 | 33 | 0 | 132 | 123 | 47 | 543 | 121 | 42 |
| Binary | 10011100 | 10000 | 11011 | 0 | 1011010 | 1010011 | 100111 | 101100011 | 1010001 | 100010 |
Color Harmonies of #9C101B
Complementary color
Monochromatic Colors of #9C101B
Black with #9C101B
Text Example
Text Example
White with #9C101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C101B; }
p { color: rgb(156,16,27); }
H1.HeaderClassName
{
color: #9C101B;
}
.AnyTagClassName
{
color: #9C101B;
}
</style>
background-color css
<style>
a { background-color: #9C101B; }
a { background-color: rgb(156,16,27); }
div.DivClassName
{
background-color: #9C101B;
}
.BgClassName
{
background-color: #9C101B;
}
</style>
border-color css
<style>
span { border-color: #9C101B; }
span { border-color: rgb(156,16,27); }
td.TdClassName
{
border-color: #9C101B;
}
.TagClassName
{
border-color: #9C101B;
}
</style>