Shades of Carmine #970F1E
Tints of Carmine #970F1E
RGB
CMYK
RGB Variations
Color information
#970F1E (or 0x970F1E) is known color: Carmine. HEX triplet: 97, 0F and 1E. RGB value is (151,15,30). Sum of RGB (Red+Green+Blue) = 151+15+30=196 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.04% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 151 - color contains mainly: red. Hex color #970F1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970F1E is #68F0E1. Grayscale: #393939. Windows color (decimal): -6877410 or 1970071. OLE color: 1970071.
HSL color Cylindrical-coordinate representation of color #970F1E: hue angle of 353.38º 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 #970F1E is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 15 | 30 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.41 |
| HSL | 353.38º | 0.82% | 0.33% | - |
| HSV(B) | 353.38º | 0.9% | 0.59% | - |
| XYZ | 13.17 | 7.01 | 1.89 | - |
| YUV | 57.37 | 112.56 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 15 | 30 | 0 | 0.90 | 0.80 | 0.41 | 353.38 | 0.82 | 0.33 |
| Hex | 97 | F | 1E | 0 | 5A | 50 | 29 | 161 | 52 | 21 |
| Octal | 227 | 17 | 36 | 0 | 132 | 120 | 51 | 541 | 122 | 41 |
| Binary | 10010111 | 1111 | 11110 | 0 | 1011010 | 1010000 | 101001 | 101100001 | 1010010 | 100001 |
Color Harmonies of #970F1E
Complementary color
Monochromatic Colors of #970F1E
Black with #970F1E
Text Example
Text Example
White with #970F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970F1E; }
p { color: rgb(151,15,30); }
H1.HeaderClassName
{
color: #970F1E;
}
.AnyTagClassName
{
color: #970F1E;
}
</style>
background-color css
<style>
a { background-color: #970F1E; }
a { background-color: rgb(151,15,30); }
div.DivClassName
{
background-color: #970F1E;
}
.BgClassName
{
background-color: #970F1E;
}
</style>
border-color css
<style>
span { border-color: #970F1E; }
span { border-color: rgb(151,15,30); }
td.TdClassName
{
border-color: #970F1E;
}
.TagClassName
{
border-color: #970F1E;
}
</style>