Shades of Carmine #970029
Tints of Carmine #970029
RGB
CMYK
RGB Variations
Color information
#970029 (or 0x970029) is known color: Carmine. HEX triplet: 97, 00 and 29. RGB value is (151,0,41). Sum of RGB (Red+Green+Blue) = 151+0+41=192 (25% of max value = 765). Red value is 151 (59.38% from 255 or 78.65% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 151 - color contains mainly: red. Hex color #970029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970029 is #68FFD6. Grayscale: #313131. Windows color (decimal): -6881239 or 2687127. OLE color: 2687127.
HSL color Cylindrical-coordinate representation of color #970029: hue angle of 343.71º 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 #970029 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 0 | 41 | - |
| CMYK | 0 | 1 | 0.73 | 0.41 |
| HSL | 343.71º | 1% | 0.3% | - |
| HSV(B) | 343.71º | 1% | 0.59% | - |
| XYZ | 13.16 | 6.74 | 2.7 | - |
| YUV | 49.82 | 123.03 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 0 | 41 | 0 | 1 | 0.73 | 0.41 | 343.71 | 1 | 0.3 |
| Hex | 97 | 0 | 29 | 0 | 64 | 49 | 29 | 158 | 64 | 1E |
| Octal | 227 | 0 | 51 | 0 | 144 | 111 | 51 | 530 | 144 | 36 |
| Binary | 10010111 | 0 | 101001 | 0 | 1100100 | 1001001 | 101001 | 101011000 | 1100100 | 11110 |
Color Harmonies of #970029
Complementary color
Monochromatic Colors of #970029
Black with #970029
Text Example
Text Example
White with #970029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970029; }
p { color: rgb(151,0,41); }
H1.HeaderClassName
{
color: #970029;
}
.AnyTagClassName
{
color: #970029;
}
</style>
background-color css
<style>
a { background-color: #970029; }
a { background-color: rgb(151,0,41); }
div.DivClassName
{
background-color: #970029;
}
.BgClassName
{
background-color: #970029;
}
</style>
border-color css
<style>
span { border-color: #970029; }
span { border-color: rgb(151,0,41); }
td.TdClassName
{
border-color: #970029;
}
.TagClassName
{
border-color: #970029;
}
</style>