Shades of Carmine #970213
Tints of Carmine #970213
RGB
CMYK
RGB Variations
Color information
#970213 (or 0x970213) is known color: Carmine. HEX triplet: 97, 02 and 13. RGB value is (151,2,19). Sum of RGB (Red+Green+Blue) = 151+2+19=172 (22% of max value = 765). Red value is 151 (59.38% from 255 or 87.79% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 151 - color contains mainly: red. Hex color #970213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970213 is #68FDEC. Grayscale: #303030. Windows color (decimal): -6880749 or 1245847. OLE color: 1245847.
HSL color Cylindrical-coordinate representation of color #970213: hue angle of 353.15º 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 #970213 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 2 | 19 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.41 |
| HSL | 353.15º | 0.97% | 0.3% | - |
| HSV(B) | 353.15º | 0.99% | 0.59% | - |
| XYZ | 12.9 | 6.67 | 1.22 | - |
| YUV | 48.49 | 111.36 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 2 | 19 | 0 | 0.99 | 0.87 | 0.41 | 353.15 | 0.97 | 0.3 |
| Hex | 97 | 2 | 13 | 0 | 63 | 57 | 29 | 161 | 61 | 1E |
| Octal | 227 | 2 | 23 | 0 | 143 | 127 | 51 | 541 | 141 | 36 |
| Binary | 10010111 | 10 | 10011 | 0 | 1100011 | 1010111 | 101001 | 101100001 | 1100001 | 11110 |
Color Harmonies of #970213
Complementary color
Monochromatic Colors of #970213
Black with #970213
Text Example
Text Example
White with #970213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970213; }
p { color: rgb(151,2,19); }
H1.HeaderClassName
{
color: #970213;
}
.AnyTagClassName
{
color: #970213;
}
</style>
background-color css
<style>
a { background-color: #970213; }
a { background-color: rgb(151,2,19); }
div.DivClassName
{
background-color: #970213;
}
.BgClassName
{
background-color: #970213;
}
</style>
border-color css
<style>
span { border-color: #970213; }
span { border-color: rgb(151,2,19); }
td.TdClassName
{
border-color: #970213;
}
.TagClassName
{
border-color: #970213;
}
</style>