Shades of Carmine #971520
Tints of Carmine #971520
RGB
CMYK
RGB Variations
Color information
#971520 (or 0x971520) is known color: Carmine. HEX triplet: 97, 15 and 20. RGB value is (151,21,32). Sum of RGB (Red+Green+Blue) = 151+21+32=204 (27% of max value = 765). Red value is 151 (59.38% from 255 or 74.02% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 151 - color contains mainly: red. Hex color #971520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971520 is #68EADF. Grayscale: #3D3D3D. Windows color (decimal): -6875872 or 2102679. OLE color: 2102679.
HSL color Cylindrical-coordinate representation of color #971520: hue angle of 354.92º 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 #971520 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 21 | 32 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.41 |
| HSL | 354.92º | 0.76% | 0.34% | - |
| HSV(B) | 354.92º | 0.86% | 0.59% | - |
| XYZ | 13.29 | 7.22 | 2.06 | - |
| YUV | 61.12 | 111.57 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 21 | 32 | 0 | 0.86 | 0.79 | 0.41 | 354.92 | 0.76 | 0.34 |
| Hex | 97 | 15 | 20 | 0 | 56 | 4F | 29 | 163 | 4C | 22 |
| Octal | 227 | 25 | 40 | 0 | 126 | 117 | 51 | 543 | 114 | 42 |
| Binary | 10010111 | 10101 | 100000 | 0 | 1010110 | 1001111 | 101001 | 101100011 | 1001100 | 100010 |
Color Harmonies of #971520
Complementary color
Monochromatic Colors of #971520
Black with #971520
Text Example
Text Example
White with #971520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971520; }
p { color: rgb(151,21,32); }
H1.HeaderClassName
{
color: #971520;
}
.AnyTagClassName
{
color: #971520;
}
</style>
background-color css
<style>
a { background-color: #971520; }
a { background-color: rgb(151,21,32); }
div.DivClassName
{
background-color: #971520;
}
.BgClassName
{
background-color: #971520;
}
</style>
border-color css
<style>
span { border-color: #971520; }
span { border-color: rgb(151,21,32); }
td.TdClassName
{
border-color: #971520;
}
.TagClassName
{
border-color: #971520;
}
</style>