Shades of Carmine #971819
Tints of Carmine #971819
RGB
CMYK
RGB Variations
Color information
#971819 (or 0x971819) is known color: Carmine. HEX triplet: 97, 18 and 19. RGB value is (151,24,25). Sum of RGB (Red+Green+Blue) = 151+24+25=200 (26% of max value = 765). Red value is 151 (59.38% from 255 or 75.5% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 151 - color contains mainly: red. Hex color #971819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971819 is #68E7E6. Grayscale: #3E3E3E. Windows color (decimal): -6875111 or 1644695. OLE color: 1644695.
HSL color Cylindrical-coordinate representation of color #971819: hue angle of 359.53º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #971819 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 24 | 25 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.41 |
| HSL | 359.53º | 0.73% | 0.34% | - |
| HSV(B) | 359.53º | 0.84% | 0.59% | - |
| XYZ | 13.26 | 7.3 | 1.63 | - |
| YUV | 62.09 | 107.08 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 24 | 25 | 0 | 0.84 | 0.83 | 0.41 | 359.53 | 0.73 | 0.34 |
| Hex | 97 | 18 | 19 | 0 | 54 | 53 | 29 | 168 | 49 | 22 |
| Octal | 227 | 30 | 31 | 0 | 124 | 123 | 51 | 550 | 111 | 42 |
| Binary | 10010111 | 11000 | 11001 | 0 | 1010100 | 1010011 | 101001 | 101101000 | 1001001 | 100010 |
Color Harmonies of #971819
Complementary color
Monochromatic Colors of #971819
Black with #971819
Text Example
Text Example
White with #971819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971819; }
p { color: rgb(151,24,25); }
H1.HeaderClassName
{
color: #971819;
}
.AnyTagClassName
{
color: #971819;
}
</style>
background-color css
<style>
a { background-color: #971819; }
a { background-color: rgb(151,24,25); }
div.DivClassName
{
background-color: #971819;
}
.BgClassName
{
background-color: #971819;
}
</style>
border-color css
<style>
span { border-color: #971819; }
span { border-color: rgb(151,24,25); }
td.TdClassName
{
border-color: #971819;
}
.TagClassName
{
border-color: #971819;
}
</style>