Shades of Carmine #971516
Tints of Carmine #971516
RGB
CMYK
RGB Variations
Color information
#971516 (or 0x971516) is known color: Carmine. HEX triplet: 97, 15 and 16. RGB value is (151,21,22). Sum of RGB (Red+Green+Blue) = 151+21+22=194 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.84% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 151 - color contains mainly: red. Hex color #971516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971516 is #68EAE9. Grayscale: #3C3C3C. Windows color (decimal): -6875882 or 1447319. OLE color: 1447319.
HSL color Cylindrical-coordinate representation of color #971516: hue angle of 359.54º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #971516 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 21 | 22 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.41 |
| HSL | 359.54º | 0.76% | 0.34% | - |
| HSV(B) | 359.54º | 0.86% | 0.59% | - |
| XYZ | 13.18 | 7.17 | 1.45 | - |
| YUV | 59.98 | 106.57 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 21 | 22 | 0 | 0.86 | 0.85 | 0.41 | 359.54 | 0.76 | 0.34 |
| Hex | 97 | 15 | 16 | 0 | 56 | 55 | 29 | 168 | 4C | 22 |
| Octal | 227 | 25 | 26 | 0 | 126 | 125 | 51 | 550 | 114 | 42 |
| Binary | 10010111 | 10101 | 10110 | 0 | 1010110 | 1010101 | 101001 | 101101000 | 1001100 | 100010 |
Color Harmonies of #971516
Complementary color
Monochromatic Colors of #971516
Black with #971516
Text Example
Text Example
White with #971516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971516; }
p { color: rgb(151,21,22); }
H1.HeaderClassName
{
color: #971516;
}
.AnyTagClassName
{
color: #971516;
}
</style>
background-color css
<style>
a { background-color: #971516; }
a { background-color: rgb(151,21,22); }
div.DivClassName
{
background-color: #971516;
}
.BgClassName
{
background-color: #971516;
}
</style>
border-color css
<style>
span { border-color: #971516; }
span { border-color: rgb(151,21,22); }
td.TdClassName
{
border-color: #971516;
}
.TagClassName
{
border-color: #971516;
}
</style>