Shades of Carmine #970013
Tints of Carmine #970013
RGB
CMYK
RGB Variations
Color information
#970013 (or 0x970013) is known color: Carmine. HEX triplet: 97, 00 and 13. RGB value is (151,0,19). Sum of RGB (Red+Green+Blue) = 151+0+19=170 (22% of max value = 765). Red value is 151 (59.38% from 255 or 88.82% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 151 - color contains mainly: red. Hex color #970013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970013 is #68FFEC. Grayscale: #2F2F2F. Windows color (decimal): -6881261 or 1245335. OLE color: 1245335.
HSL color Cylindrical-coordinate representation of color #970013: hue angle of 352.45º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #970013 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 0 | 19 | - |
| CMYK | 0 | 1 | 0.87 | 0.41 |
| HSL | 352.45º | 1% | 0.3% | - |
| HSV(B) | 352.45º | 1% | 0.59% | - |
| XYZ | 12.88 | 6.63 | 1.22 | - |
| YUV | 47.32 | 112.03 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 0 | 19 | 0 | 1 | 0.87 | 0.41 | 352.45 | 1 | 0.3 |
| Hex | 97 | 0 | 13 | 0 | 64 | 57 | 29 | 160 | 64 | 1E |
| Octal | 227 | 0 | 23 | 0 | 144 | 127 | 51 | 540 | 144 | 36 |
| Binary | 10010111 | 0 | 10011 | 0 | 1100100 | 1010111 | 101001 | 101100000 | 1100100 | 11110 |
Color Harmonies of #970013
Complementary color
Monochromatic Colors of #970013
Black with #970013
Text Example
Text Example
White with #970013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970013; }
p { color: rgb(151,0,19); }
H1.HeaderClassName
{
color: #970013;
}
.AnyTagClassName
{
color: #970013;
}
</style>
background-color css
<style>
a { background-color: #970013; }
a { background-color: rgb(151,0,19); }
div.DivClassName
{
background-color: #970013;
}
.BgClassName
{
background-color: #970013;
}
</style>
border-color css
<style>
span { border-color: #970013; }
span { border-color: rgb(151,0,19); }
td.TdClassName
{
border-color: #970013;
}
.TagClassName
{
border-color: #970013;
}
</style>