Shades of Carmine #970222
Tints of Carmine #970222
RGB
CMYK
RGB Variations
Color information
#970222 (or 0x970222) is known color: Carmine. HEX triplet: 97, 02 and 22. RGB value is (151,2,34). Sum of RGB (Red+Green+Blue) = 151+2+34=187 (24% of max value = 765). Red value is 151 (59.38% from 255 or 80.75% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 34 (13.67% from 255 or 18.18% from 187); Max value from RGB is 151 - color contains mainly: red. Hex color #970222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970222 is #68FDDD. Grayscale: #323232. Windows color (decimal): -6880734 or 2228887. OLE color: 2228887.
HSL color Cylindrical-coordinate representation of color #970222: hue angle of 347.11º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #970222 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 2 | 34 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.41 |
| HSL | 347.11º | 0.97% | 0.3% | - |
| HSV(B) | 347.11º | 0.99% | 0.59% | - |
| XYZ | 13.07 | 6.74 | 2.12 | - |
| YUV | 50.2 | 118.86 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 2 | 34 | 0 | 0.99 | 0.77 | 0.41 | 347.11 | 0.97 | 0.3 |
| Hex | 97 | 2 | 22 | 0 | 63 | 4D | 29 | 15B | 61 | 1E |
| Octal | 227 | 2 | 42 | 0 | 143 | 115 | 51 | 533 | 141 | 36 |
| Binary | 10010111 | 10 | 100010 | 0 | 1100011 | 1001101 | 101001 | 101011011 | 1100001 | 11110 |
Color Harmonies of #970222
Complementary color
Monochromatic Colors of #970222
Black with #970222
Text Example
Text Example
White with #970222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970222; }
p { color: rgb(151,2,34); }
H1.HeaderClassName
{
color: #970222;
}
.AnyTagClassName
{
color: #970222;
}
</style>
background-color css
<style>
a { background-color: #970222; }
a { background-color: rgb(151,2,34); }
div.DivClassName
{
background-color: #970222;
}
.BgClassName
{
background-color: #970222;
}
</style>
border-color css
<style>
span { border-color: #970222; }
span { border-color: rgb(151,2,34); }
td.TdClassName
{
border-color: #970222;
}
.TagClassName
{
border-color: #970222;
}
</style>