Shades of Carmine #971524
Tints of Carmine #971524
RGB
CMYK
RGB Variations
Color information
#971524 (or 0x971524) is known color: Carmine. HEX triplet: 97, 15 and 24. RGB value is (151,21,36). Sum of RGB (Red+Green+Blue) = 151+21+36=208 (27% of max value = 765). Red value is 151 (59.38% from 255 or 72.60% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 36 (14.45% from 255 or 17.31% from 208); Max value from RGB is 151 - color contains mainly: red. Hex color #971524 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971524 is #68EADB. Grayscale: #3D3D3D. Windows color (decimal): -6875868 or 2364823. OLE color: 2364823.
HSL color Cylindrical-coordinate representation of color #971524: hue angle of 353.08º 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 #971524 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 21 | 36 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.41 |
| HSL | 353.08º | 0.76% | 0.34% | - |
| HSV(B) | 353.08º | 0.86% | 0.59% | - |
| XYZ | 13.35 | 7.24 | 2.36 | - |
| YUV | 61.58 | 113.57 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 21 | 36 | 0 | 0.86 | 0.76 | 0.41 | 353.08 | 0.76 | 0.34 |
| Hex | 97 | 15 | 24 | 0 | 56 | 4C | 29 | 161 | 4C | 22 |
| Octal | 227 | 25 | 44 | 0 | 126 | 114 | 51 | 541 | 114 | 42 |
| Binary | 10010111 | 10101 | 100100 | 0 | 1010110 | 1001100 | 101001 | 101100001 | 1001100 | 100010 |
Color Harmonies of #971524
Complementary color
Monochromatic Colors of #971524
Black with #971524
Text Example
Text Example
White with #971524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971524; }
p { color: rgb(151,21,36); }
H1.HeaderClassName
{
color: #971524;
}
.AnyTagClassName
{
color: #971524;
}
</style>
background-color css
<style>
a { background-color: #971524; }
a { background-color: rgb(151,21,36); }
div.DivClassName
{
background-color: #971524;
}
.BgClassName
{
background-color: #971524;
}
</style>
border-color css
<style>
span { border-color: #971524; }
span { border-color: rgb(151,21,36); }
td.TdClassName
{
border-color: #971524;
}
.TagClassName
{
border-color: #971524;
}
</style>