Shades of Carmine #970019
Tints of Carmine #970019
RGB
CMYK
RGB Variations
Color information
#970019 (or 0x970019) is known color: Carmine. HEX triplet: 97, 00 and 19. RGB value is (151,0,25). Sum of RGB (Red+Green+Blue) = 151+0+25=176 (23% of max value = 765). Red value is 151 (59.38% from 255 or 85.80% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 151 - color contains mainly: red. Hex color #970019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970019 is #68FFE6. Grayscale: #303030. Windows color (decimal): -6881255 or 1638551. OLE color: 1638551.
HSL color Cylindrical-coordinate representation of color #970019: hue angle of 350.07º 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 #970019 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.83 | 0.41 |
| HSL | 350.07º | 1% | 0.3% | - |
| HSV(B) | 350.07º | 1% | 0.59% | - |
| XYZ | 12.94 | 6.65 | 1.52 | - |
| YUV | 48 | 115.03 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 0 | 25 | 0 | 1 | 0.83 | 0.41 | 350.07 | 1 | 0.3 |
| Hex | 97 | 0 | 19 | 0 | 64 | 53 | 29 | 15E | 64 | 1E |
| Octal | 227 | 0 | 31 | 0 | 144 | 123 | 51 | 536 | 144 | 36 |
| Binary | 10010111 | 0 | 11001 | 0 | 1100100 | 1010011 | 101001 | 101011110 | 1100100 | 11110 |
Color Harmonies of #970019
Complementary color
Monochromatic Colors of #970019
Black with #970019
Text Example
Text Example
White with #970019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970019; }
p { color: rgb(151,0,25); }
H1.HeaderClassName
{
color: #970019;
}
.AnyTagClassName
{
color: #970019;
}
</style>
background-color css
<style>
a { background-color: #970019; }
a { background-color: rgb(151,0,25); }
div.DivClassName
{
background-color: #970019;
}
.BgClassName
{
background-color: #970019;
}
</style>
border-color css
<style>
span { border-color: #970019; }
span { border-color: rgb(151,0,25); }
td.TdClassName
{
border-color: #970019;
}
.TagClassName
{
border-color: #970019;
}
</style>