Shades of Carmine #9C0F31
Tints of Carmine #9C0F31
RGB
CMYK
RGB Variations
Color information
#9C0F31 (or 0x9C0F31) is known color: Carmine. HEX triplet: 9C, 0F and 31. RGB value is (156,15,49). Sum of RGB (Red+Green+Blue) = 156+15+49=220 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.91% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0F31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0F31 is #63F0CE. Grayscale: #3D3D3D. Windows color (decimal): -6549711 or 3215260. OLE color: 3215260.
HSL color Cylindrical-coordinate representation of color #9C0F31: hue angle of 345.53º degrees, saturation: 0.82, 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 #9C0F31 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 15 | 49 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.39 |
| HSL | 345.53º | 0.82% | 0.34% | - |
| HSV(B) | 345.53º | 0.9% | 0.61% | - |
| XYZ | 14.44 | 7.63 | 3.62 | - |
| YUV | 61.04 | 121.21 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 15 | 49 | 0 | 0.90 | 0.69 | 0.39 | 345.53 | 0.82 | 0.34 |
| Hex | 9C | F | 31 | 0 | 5A | 45 | 27 | 15A | 52 | 22 |
| Octal | 234 | 17 | 61 | 0 | 132 | 105 | 47 | 532 | 122 | 42 |
| Binary | 10011100 | 1111 | 110001 | 0 | 1011010 | 1000101 | 100111 | 101011010 | 1010010 | 100010 |
Color Harmonies of #9C0F31
Complementary color
Monochromatic Colors of #9C0F31
Black with #9C0F31
Text Example
Text Example
White with #9C0F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0F31; }
p { color: rgb(156,15,49); }
H1.HeaderClassName
{
color: #9C0F31;
}
.AnyTagClassName
{
color: #9C0F31;
}
</style>
background-color css
<style>
a { background-color: #9C0F31; }
a { background-color: rgb(156,15,49); }
div.DivClassName
{
background-color: #9C0F31;
}
.BgClassName
{
background-color: #9C0F31;
}
</style>
border-color css
<style>
span { border-color: #9C0F31; }
span { border-color: rgb(156,15,49); }
td.TdClassName
{
border-color: #9C0F31;
}
.TagClassName
{
border-color: #9C0F31;
}
</style>