Shades of Carmine #9C131B
Tints of Carmine #9C131B
RGB
CMYK
RGB Variations
Color information
#9C131B (or 0x9C131B) is known color: Carmine. HEX triplet: 9C, 13 and 1B. RGB value is (156,19,27). Sum of RGB (Red+Green+Blue) = 156+19+27=202 (26% of max value = 765). Red value is 156 (61.33% from 255 or 77.23% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 156 - color contains mainly: red. Hex color #9C131B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C131B is #63ECE4. Grayscale: #3C3C3C. Windows color (decimal): -6548709 or 1774492. OLE color: 1774492.
HSL color Cylindrical-coordinate representation of color #9C131B: hue angle of 356.5º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C131B is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 19 | 27 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.39 |
| HSL | 356.5º | 0.78% | 0.34% | - |
| HSV(B) | 356.5º | 0.88% | 0.61% | - |
| XYZ | 14.14 | 7.61 | 1.76 | - |
| YUV | 60.88 | 108.89 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 19 | 27 | 0 | 0.88 | 0.83 | 0.39 | 356.5 | 0.78 | 0.34 |
| Hex | 9C | 13 | 1B | 0 | 58 | 53 | 27 | 164 | 4E | 22 |
| Octal | 234 | 23 | 33 | 0 | 130 | 123 | 47 | 544 | 116 | 42 |
| Binary | 10011100 | 10011 | 11011 | 0 | 1011000 | 1010011 | 100111 | 101100100 | 1001110 | 100010 |
Color Harmonies of #9C131B
Complementary color
Monochromatic Colors of #9C131B
Black with #9C131B
Text Example
Text Example
White with #9C131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C131B; }
p { color: rgb(156,19,27); }
H1.HeaderClassName
{
color: #9C131B;
}
.AnyTagClassName
{
color: #9C131B;
}
</style>
background-color css
<style>
a { background-color: #9C131B; }
a { background-color: rgb(156,19,27); }
div.DivClassName
{
background-color: #9C131B;
}
.BgClassName
{
background-color: #9C131B;
}
</style>
border-color css
<style>
span { border-color: #9C131B; }
span { border-color: rgb(156,19,27); }
td.TdClassName
{
border-color: #9C131B;
}
.TagClassName
{
border-color: #9C131B;
}
</style>