Shades of Carmine #970F1C
Tints of Carmine #970F1C
RGB
CMYK
RGB Variations
Color information
#970F1C (or 0x970F1C) is known color: Carmine. HEX triplet: 97, 0F and 1C. RGB value is (151,15,28). Sum of RGB (Red+Green+Blue) = 151+15+28=194 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.84% from 194); Green value is 15 (6.25% from 255 or 7.73% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 151 - color contains mainly: red. Hex color #970F1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970F1C is #68F0E3. Grayscale: #393939. Windows color (decimal): -6877412 or 1838999. OLE color: 1838999.
HSL color Cylindrical-coordinate representation of color #970F1C: hue angle of 354.26º 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 #970F1C is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 15 | 28 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.41 |
| HSL | 354.26º | 0.82% | 0.33% | - |
| HSV(B) | 354.26º | 0.9% | 0.59% | - |
| XYZ | 13.14 | 7 | 1.76 | - |
| YUV | 57.15 | 111.56 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 15 | 28 | 0 | 0.90 | 0.81 | 0.41 | 354.26 | 0.82 | 0.33 |
| Hex | 97 | F | 1C | 0 | 5A | 51 | 29 | 162 | 52 | 21 |
| Octal | 227 | 17 | 34 | 0 | 132 | 121 | 51 | 542 | 122 | 41 |
| Binary | 10010111 | 1111 | 11100 | 0 | 1011010 | 1010001 | 101001 | 101100010 | 1010010 | 100001 |
Color Harmonies of #970F1C
Complementary color
Monochromatic Colors of #970F1C
Black with #970F1C
Text Example
Text Example
White with #970F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970F1C; }
p { color: rgb(151,15,28); }
H1.HeaderClassName
{
color: #970F1C;
}
.AnyTagClassName
{
color: #970F1C;
}
</style>
background-color css
<style>
a { background-color: #970F1C; }
a { background-color: rgb(151,15,28); }
div.DivClassName
{
background-color: #970F1C;
}
.BgClassName
{
background-color: #970F1C;
}
</style>
border-color css
<style>
span { border-color: #970F1C; }
span { border-color: rgb(151,15,28); }
td.TdClassName
{
border-color: #970F1C;
}
.TagClassName
{
border-color: #970F1C;
}
</style>