Shades of Carmine #970322
Tints of Carmine #970322
RGB
CMYK
RGB Variations
Color information
#970322 (or 0x970322) is known color: Carmine. HEX triplet: 97, 03 and 22. RGB value is (151,3,34). Sum of RGB (Red+Green+Blue) = 151+3+34=188 (24% of max value = 765). Red value is 151 (59.38% from 255 or 80.32% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 34 (13.67% from 255 or 18.09% from 188); Max value from RGB is 151 - color contains mainly: red. Hex color #970322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970322 is #68FCDD. Grayscale: #323232. Windows color (decimal): -6880478 or 2229143. OLE color: 2229143.
HSL color Cylindrical-coordinate representation of color #970322: hue angle of 347.43º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #970322 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 3 | 34 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.41 |
| HSL | 347.43º | 0.96% | 0.3% | - |
| HSV(B) | 347.43º | 0.98% | 0.59% | - |
| XYZ | 13.08 | 6.76 | 2.13 | - |
| YUV | 50.79 | 118.53 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 3 | 34 | 0 | 0.98 | 0.77 | 0.41 | 347.43 | 0.96 | 0.3 |
| Hex | 97 | 3 | 22 | 0 | 62 | 4D | 29 | 15B | 60 | 1E |
| Octal | 227 | 3 | 42 | 0 | 142 | 115 | 51 | 533 | 140 | 36 |
| Binary | 10010111 | 11 | 100010 | 0 | 1100010 | 1001101 | 101001 | 101011011 | 1100000 | 11110 |
Color Harmonies of #970322
Complementary color
Monochromatic Colors of #970322
Black with #970322
Text Example
Text Example
White with #970322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970322; }
p { color: rgb(151,3,34); }
H1.HeaderClassName
{
color: #970322;
}
.AnyTagClassName
{
color: #970322;
}
</style>
background-color css
<style>
a { background-color: #970322; }
a { background-color: rgb(151,3,34); }
div.DivClassName
{
background-color: #970322;
}
.BgClassName
{
background-color: #970322;
}
</style>
border-color css
<style>
span { border-color: #970322; }
span { border-color: rgb(151,3,34); }
td.TdClassName
{
border-color: #970322;
}
.TagClassName
{
border-color: #970322;
}
</style>