Shades of Carmine #9C131F
Tints of Carmine #9C131F
RGB
CMYK
RGB Variations
Color information
#9C131F (or 0x9C131F) is known color: Carmine. HEX triplet: 9C, 13 and 1F. RGB value is (156,19,31). Sum of RGB (Red+Green+Blue) = 156+19+31=206 (27% of max value = 765). Red value is 156 (61.33% from 255 or 75.73% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 156 - color contains mainly: red. Hex color #9C131F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C131F is #63ECE0. Grayscale: #3D3D3D. Windows color (decimal): -6548705 or 2036636. OLE color: 2036636.
HSL color Cylindrical-coordinate representation of color #9C131F: hue angle of 354.74º 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 #9C131F is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 19 | 31 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.39 |
| HSL | 354.74º | 0.78% | 0.34% | - |
| HSV(B) | 354.74º | 0.88% | 0.61% | - |
| XYZ | 14.19 | 7.63 | 2.02 | - |
| YUV | 61.33 | 110.89 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 19 | 31 | 0 | 0.88 | 0.80 | 0.39 | 354.74 | 0.78 | 0.34 |
| Hex | 9C | 13 | 1F | 0 | 58 | 50 | 27 | 163 | 4E | 22 |
| Octal | 234 | 23 | 37 | 0 | 130 | 120 | 47 | 543 | 116 | 42 |
| Binary | 10011100 | 10011 | 11111 | 0 | 1011000 | 1010000 | 100111 | 101100011 | 1001110 | 100010 |
Color Harmonies of #9C131F
Complementary color
Monochromatic Colors of #9C131F
Black with #9C131F
Text Example
Text Example
White with #9C131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C131F; }
p { color: rgb(156,19,31); }
H1.HeaderClassName
{
color: #9C131F;
}
.AnyTagClassName
{
color: #9C131F;
}
</style>
background-color css
<style>
a { background-color: #9C131F; }
a { background-color: rgb(156,19,31); }
div.DivClassName
{
background-color: #9C131F;
}
.BgClassName
{
background-color: #9C131F;
}
</style>
border-color css
<style>
span { border-color: #9C131F; }
span { border-color: rgb(156,19,31); }
td.TdClassName
{
border-color: #9C131F;
}
.TagClassName
{
border-color: #9C131F;
}
</style>