Shades of Carmine #990019
Tints of Carmine #990019
RGB
CMYK
RGB Variations
Color information
#990019 (or 0x990019) is known color: Carmine. HEX triplet: 99, 00 and 19. RGB value is (153,0,25). Sum of RGB (Red+Green+Blue) = 153+0+25=178 (23% of max value = 765). Red value is 153 (60.16% from 255 or 85.96% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 153 - color contains mainly: red. Hex color #990019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990019 is #66FFE6. Grayscale: #303030. Windows color (decimal): -6750183 or 1638553. OLE color: 1638553.
HSL color Cylindrical-coordinate representation of color #990019: hue angle of 350.2º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990019 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.84 | 0.4 |
| HSL | 350.2º | 1% | 0.3% | - |
| HSV(B) | 350.2º | 1% | 0.6% | - |
| XYZ | 13.31 | 6.84 | 1.54 | - |
| YUV | 48.6 | 114.69 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 25 | 0 | 1 | 0.84 | 0.4 | 350.2 | 1 | 0.3 |
| Hex | 99 | 0 | 19 | 0 | 64 | 54 | 28 | 15E | 64 | 1E |
| Octal | 231 | 0 | 31 | 0 | 144 | 124 | 50 | 536 | 144 | 36 |
| Binary | 10011001 | 0 | 11001 | 0 | 1100100 | 1010100 | 101000 | 101011110 | 1100100 | 11110 |
Color Harmonies of #990019
Complementary color
Monochromatic Colors of #990019
Black with #990019
Text Example
Text Example
White with #990019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990019; }
p { color: rgb(153,0,25); }
H1.HeaderClassName
{
color: #990019;
}
.AnyTagClassName
{
color: #990019;
}
</style>
background-color css
<style>
a { background-color: #990019; }
a { background-color: rgb(153,0,25); }
div.DivClassName
{
background-color: #990019;
}
.BgClassName
{
background-color: #990019;
}
</style>
border-color css
<style>
span { border-color: #990019; }
span { border-color: rgb(153,0,25); }
td.TdClassName
{
border-color: #990019;
}
.TagClassName
{
border-color: #990019;
}
</style>