Shades of Carmine #970F16
Tints of Carmine #970F16
RGB
CMYK
RGB Variations
Color information
#970F16 (or 0x970F16) is known color: Carmine. HEX triplet: 97, 0F and 16. RGB value is (151,15,22). Sum of RGB (Red+Green+Blue) = 151+15+22=188 (24% of max value = 765). Red value is 151 (59.38% from 255 or 80.32% from 188); Green value is 15 (6.25% from 255 or 7.98% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 151 - color contains mainly: red. Hex color #970F16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970F16 is #68F0E9. Grayscale: #383838. Windows color (decimal): -6877418 or 1445783. OLE color: 1445783.
HSL color Cylindrical-coordinate representation of color #970F16: hue angle of 356.91º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #970F16 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 15 | 22 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.41 |
| HSL | 356.91º | 0.82% | 0.33% | - |
| HSV(B) | 356.91º | 0.9% | 0.59% | - |
| XYZ | 13.08 | 6.98 | 1.42 | - |
| YUV | 56.46 | 108.56 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 15 | 22 | 0 | 0.90 | 0.85 | 0.41 | 356.91 | 0.82 | 0.33 |
| Hex | 97 | F | 16 | 0 | 5A | 55 | 29 | 165 | 52 | 21 |
| Octal | 227 | 17 | 26 | 0 | 132 | 125 | 51 | 545 | 122 | 41 |
| Binary | 10010111 | 1111 | 10110 | 0 | 1011010 | 1010101 | 101001 | 101100101 | 1010010 | 100001 |
Color Harmonies of #970F16
Complementary color
Monochromatic Colors of #970F16
Black with #970F16
Text Example
Text Example
White with #970F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970F16; }
p { color: rgb(151,15,22); }
H1.HeaderClassName
{
color: #970F16;
}
.AnyTagClassName
{
color: #970F16;
}
</style>
background-color css
<style>
a { background-color: #970F16; }
a { background-color: rgb(151,15,22); }
div.DivClassName
{
background-color: #970F16;
}
.BgClassName
{
background-color: #970F16;
}
</style>
border-color css
<style>
span { border-color: #970F16; }
span { border-color: rgb(151,15,22); }
td.TdClassName
{
border-color: #970F16;
}
.TagClassName
{
border-color: #970F16;
}
</style>