Shades of Carmine #971718
Tints of Carmine #971718
RGB
CMYK
RGB Variations
Color information
#971718 (or 0x971718) is known color: Carmine. HEX triplet: 97, 17 and 18. RGB value is (151,23,24). Sum of RGB (Red+Green+Blue) = 151+23+24=198 (26% of max value = 765). Red value is 151 (59.38% from 255 or 76.26% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 24 (9.77% from 255 or 12.12% from 198); Max value from RGB is 151 - color contains mainly: red. Hex color #971718 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971718 is #68E8E7. Grayscale: #3D3D3D. Windows color (decimal): -6875368 or 1578903. OLE color: 1578903.
HSL color Cylindrical-coordinate representation of color #971718: hue angle of 359.53º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971718 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 23 | 24 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.41 |
| HSL | 359.53º | 0.74% | 0.34% | - |
| HSV(B) | 359.53º | 0.85% | 0.59% | - |
| XYZ | 13.23 | 7.26 | 1.57 | - |
| YUV | 61.39 | 106.91 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 23 | 24 | 0 | 0.85 | 0.84 | 0.41 | 359.53 | 0.74 | 0.34 |
| Hex | 97 | 17 | 18 | 0 | 55 | 54 | 29 | 168 | 4A | 22 |
| Octal | 227 | 27 | 30 | 0 | 125 | 124 | 51 | 550 | 112 | 42 |
| Binary | 10010111 | 10111 | 11000 | 0 | 1010101 | 1010100 | 101001 | 101101000 | 1001010 | 100010 |
Color Harmonies of #971718
Complementary color
Monochromatic Colors of #971718
Black with #971718
Text Example
Text Example
White with #971718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971718; }
p { color: rgb(151,23,24); }
H1.HeaderClassName
{
color: #971718;
}
.AnyTagClassName
{
color: #971718;
}
</style>
background-color css
<style>
a { background-color: #971718; }
a { background-color: rgb(151,23,24); }
div.DivClassName
{
background-color: #971718;
}
.BgClassName
{
background-color: #971718;
}
</style>
border-color css
<style>
span { border-color: #971718; }
span { border-color: rgb(151,23,24); }
td.TdClassName
{
border-color: #971718;
}
.TagClassName
{
border-color: #971718;
}
</style>