Shades of Carmine #970E2A
Tints of Carmine #970E2A
RGB
CMYK
RGB Variations
Color information
#970E2A (or 0x970E2A) is known color: Carmine. HEX triplet: 97, 0E and 2A. RGB value is (151,14,42). Sum of RGB (Red+Green+Blue) = 151+14+42=207 (27% of max value = 765). Red value is 151 (59.38% from 255 or 72.95% from 207); Green value is 14 (5.86% from 255 or 6.76% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 151 - color contains mainly: red. Hex color #970E2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970E2A is #68F1D5. Grayscale: #3A3A3A. Windows color (decimal): -6877654 or 2756247. OLE color: 2756247.
HSL color Cylindrical-coordinate representation of color #970E2A: hue angle of 347.74º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #970E2A is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 14 | 42 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.41 |
| HSL | 347.74º | 0.83% | 0.32% | - |
| HSV(B) | 347.74º | 0.91% | 0.59% | - |
| XYZ | 13.34 | 7.06 | 2.85 | - |
| YUV | 58.16 | 118.89 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 14 | 42 | 0 | 0.91 | 0.72 | 0.41 | 347.74 | 0.83 | 0.32 |
| Hex | 97 | E | 2A | 0 | 5B | 48 | 29 | 15C | 53 | 20 |
| Octal | 227 | 16 | 52 | 0 | 133 | 110 | 51 | 534 | 123 | 40 |
| Binary | 10010111 | 1110 | 101010 | 0 | 1011011 | 1001000 | 101001 | 101011100 | 1010011 | 100000 |
Color Harmonies of #970E2A
Complementary color
Monochromatic Colors of #970E2A
Black with #970E2A
Text Example
Text Example
White with #970E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970E2A; }
p { color: rgb(151,14,42); }
H1.HeaderClassName
{
color: #970E2A;
}
.AnyTagClassName
{
color: #970E2A;
}
</style>
background-color css
<style>
a { background-color: #970E2A; }
a { background-color: rgb(151,14,42); }
div.DivClassName
{
background-color: #970E2A;
}
.BgClassName
{
background-color: #970E2A;
}
</style>
border-color css
<style>
span { border-color: #970E2A; }
span { border-color: rgb(151,14,42); }
td.TdClassName
{
border-color: #970E2A;
}
.TagClassName
{
border-color: #970E2A;
}
</style>