Shades of Carmine #970122
Tints of Carmine #970122
RGB
CMYK
RGB Variations
Color information
#970122 (or 0x970122) is known color: Carmine. HEX triplet: 97, 01 and 22. RGB value is (151,1,34). Sum of RGB (Red+Green+Blue) = 151+1+34=186 (24% of max value = 765). Red value is 151 (59.38% from 255 or 81.18% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 34 (13.67% from 255 or 18.28% from 186); Max value from RGB is 151 - color contains mainly: red. Hex color #970122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970122 is #68FEDD. Grayscale: #313131. Windows color (decimal): -6880990 or 2228631. OLE color: 2228631.
HSL color Cylindrical-coordinate representation of color #970122: hue angle of 346.8º degrees, saturation: 0.99, 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 #970122 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 1 | 34 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.41 |
| HSL | 346.8º | 0.99% | 0.3% | - |
| HSV(B) | 346.8º | 0.99% | 0.59% | - |
| XYZ | 13.06 | 6.72 | 2.12 | - |
| YUV | 49.61 | 119.2 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 1 | 34 | 0 | 0.99 | 0.77 | 0.41 | 346.8 | 0.99 | 0.3 |
| Hex | 97 | 1 | 22 | 0 | 63 | 4D | 29 | 15B | 63 | 1E |
| Octal | 227 | 1 | 42 | 0 | 143 | 115 | 51 | 533 | 143 | 36 |
| Binary | 10010111 | 1 | 100010 | 0 | 1100011 | 1001101 | 101001 | 101011011 | 1100011 | 11110 |
Color Harmonies of #970122
Complementary color
Monochromatic Colors of #970122
Black with #970122
Text Example
Text Example
White with #970122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970122; }
p { color: rgb(151,1,34); }
H1.HeaderClassName
{
color: #970122;
}
.AnyTagClassName
{
color: #970122;
}
</style>
background-color css
<style>
a { background-color: #970122; }
a { background-color: rgb(151,1,34); }
div.DivClassName
{
background-color: #970122;
}
.BgClassName
{
background-color: #970122;
}
</style>
border-color css
<style>
span { border-color: #970122; }
span { border-color: rgb(151,1,34); }
td.TdClassName
{
border-color: #970122;
}
.TagClassName
{
border-color: #970122;
}
</style>