Shades of Carmine #9C0131
Tints of Carmine #9C0131
RGB
CMYK
RGB Variations
Color information
#9C0131 (or 0x9C0131) is known color: Carmine. HEX triplet: 9C, 01 and 31. RGB value is (156,1,49). Sum of RGB (Red+Green+Blue) = 156+1+49=206 (27% of max value = 765). Red value is 156 (61.33% from 255 or 75.73% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0131 is #63FECE. Grayscale: #343434. Windows color (decimal): -6553295 or 3211676. OLE color: 3211676.
HSL color Cylindrical-coordinate representation of color #9C0131: hue angle of 341.42º 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 #9C0131 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 1 | 49 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.39 |
| HSL | 341.42º | 0.99% | 0.31% | - |
| HSV(B) | 341.42º | 0.99% | 0.61% | - |
| XYZ | 14.28 | 7.31 | 3.56 | - |
| YUV | 52.82 | 125.85 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 1 | 49 | 0 | 0.99 | 0.69 | 0.39 | 341.42 | 0.99 | 0.31 |
| Hex | 9C | 1 | 31 | 0 | 63 | 45 | 27 | 155 | 63 | 1F |
| Octal | 234 | 1 | 61 | 0 | 143 | 105 | 47 | 525 | 143 | 37 |
| Binary | 10011100 | 1 | 110001 | 0 | 1100011 | 1000101 | 100111 | 101010101 | 1100011 | 11111 |
Color Harmonies of #9C0131
Complementary color
Monochromatic Colors of #9C0131
Black with #9C0131
Text Example
Text Example
White with #9C0131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0131; }
p { color: rgb(156,1,49); }
H1.HeaderClassName
{
color: #9C0131;
}
.AnyTagClassName
{
color: #9C0131;
}
</style>
background-color css
<style>
a { background-color: #9C0131; }
a { background-color: rgb(156,1,49); }
div.DivClassName
{
background-color: #9C0131;
}
.BgClassName
{
background-color: #9C0131;
}
</style>
border-color css
<style>
span { border-color: #9C0131; }
span { border-color: rgb(156,1,49); }
td.TdClassName
{
border-color: #9C0131;
}
.TagClassName
{
border-color: #9C0131;
}
</style>