Shades of Carmine #971226
Tints of Carmine #971226
RGB
CMYK
RGB Variations
Color information
#971226 (or 0x971226) is known color: Carmine. HEX triplet: 97, 12 and 26. RGB value is (151,18,38). Sum of RGB (Red+Green+Blue) = 151+18+38=207 (27% of max value = 765). Red value is 151 (59.38% from 255 or 72.95% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 38 (15.23% from 255 or 18.36% from 207); Max value from RGB is 151 - color contains mainly: red. Hex color #971226 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971226 is #68EDD9. Grayscale: #3C3C3C. Windows color (decimal): -6876634 or 2495127. OLE color: 2495127.
HSL color Cylindrical-coordinate representation of color #971226: hue angle of 350.98º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #971226 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 18 | 38 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.41 |
| HSL | 350.98º | 0.79% | 0.33% | - |
| HSV(B) | 350.98º | 0.88% | 0.59% | - |
| XYZ | 13.33 | 7.15 | 2.51 | - |
| YUV | 60.05 | 115.56 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 18 | 38 | 0 | 0.88 | 0.75 | 0.41 | 350.98 | 0.79 | 0.33 |
| Hex | 97 | 12 | 26 | 0 | 58 | 4B | 29 | 15F | 4F | 21 |
| Octal | 227 | 22 | 46 | 0 | 130 | 113 | 51 | 537 | 117 | 41 |
| Binary | 10010111 | 10010 | 100110 | 0 | 1011000 | 1001011 | 101001 | 101011111 | 1001111 | 100001 |
Color Harmonies of #971226
Complementary color
Monochromatic Colors of #971226
Black with #971226
Text Example
Text Example
White with #971226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971226; }
p { color: rgb(151,18,38); }
H1.HeaderClassName
{
color: #971226;
}
.AnyTagClassName
{
color: #971226;
}
</style>
background-color css
<style>
a { background-color: #971226; }
a { background-color: rgb(151,18,38); }
div.DivClassName
{
background-color: #971226;
}
.BgClassName
{
background-color: #971226;
}
</style>
border-color css
<style>
span { border-color: #971226; }
span { border-color: rgb(151,18,38); }
td.TdClassName
{
border-color: #971226;
}
.TagClassName
{
border-color: #971226;
}
</style>