Shades of Carmine #970A34
Tints of Carmine #970A34
RGB
CMYK
RGB Variations
Color information
#970A34 (or 0x970A34) is known color: Carmine. HEX triplet: 97, 0A and 34. RGB value is (151,10,52). Sum of RGB (Red+Green+Blue) = 151+10+52=213 (28% of max value = 765). Red value is 151 (59.38% from 255 or 70.89% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 52 (20.70% from 255 or 24.41% from 213); Max value from RGB is 151 - color contains mainly: red. Hex color #970A34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970A34 is #68F5CB. Grayscale: #383838. Windows color (decimal): -6878668 or 3410583. OLE color: 3410583.
HSL color Cylindrical-coordinate representation of color #970A34: hue angle of 342.13º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970A34 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 10 | 52 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.41 |
| HSL | 342.13º | 0.88% | 0.32% | - |
| HSV(B) | 342.13º | 0.93% | 0.59% | - |
| XYZ | 13.49 | 7.04 | 3.9 | - |
| YUV | 56.95 | 125.21 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 10 | 52 | 0 | 0.93 | 0.66 | 0.41 | 342.13 | 0.88 | 0.32 |
| Hex | 97 | A | 34 | 0 | 5D | 42 | 29 | 156 | 58 | 20 |
| Octal | 227 | 12 | 64 | 0 | 135 | 102 | 51 | 526 | 130 | 40 |
| Binary | 10010111 | 1010 | 110100 | 0 | 1011101 | 1000010 | 101001 | 101010110 | 1011000 | 100000 |
Color Harmonies of #970A34
Complementary color
Monochromatic Colors of #970A34
Black with #970A34
Text Example
Text Example
White with #970A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970A34; }
p { color: rgb(151,10,52); }
H1.HeaderClassName
{
color: #970A34;
}
.AnyTagClassName
{
color: #970A34;
}
</style>
background-color css
<style>
a { background-color: #970A34; }
a { background-color: rgb(151,10,52); }
div.DivClassName
{
background-color: #970A34;
}
.BgClassName
{
background-color: #970A34;
}
</style>
border-color css
<style>
span { border-color: #970A34; }
span { border-color: rgb(151,10,52); }
td.TdClassName
{
border-color: #970A34;
}
.TagClassName
{
border-color: #970A34;
}
</style>