Shades of Carmine #900519
Tints of Carmine #900519
RGB
CMYK
RGB Variations
Color information
#900519 (or 0x900519) is known color: Carmine. HEX triplet: 90, 05 and 19. RGB value is (144,5,25). Sum of RGB (Red+Green+Blue) = 144+5+25=174 (23% of max value = 765). Red value is 144 (56.64% from 255 or 82.76% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 144 - color contains mainly: red. Hex color #900519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900519 is #6FFAE6. Grayscale: #303030. Windows color (decimal): -7338727 or 1639824. OLE color: 1639824.
HSL color Cylindrical-coordinate representation of color #900519: hue angle of 351.37º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900519 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 5 | 25 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.44 |
| HSL | 351.37º | 0.93% | 0.29% | - |
| HSV(B) | 351.37º | 0.97% | 0.56% | - |
| XYZ | 11.73 | 6.11 | 1.48 | - |
| YUV | 48.84 | 114.55 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 25 | 0 | 0.97 | 0.83 | 0.44 | 351.37 | 0.93 | 0.29 |
| Hex | 90 | 5 | 19 | 0 | 61 | 53 | 2C | 15F | 5D | 1D |
| Octal | 220 | 5 | 31 | 0 | 141 | 123 | 54 | 537 | 135 | 35 |
| Binary | 10010000 | 101 | 11001 | 0 | 1100001 | 1010011 | 101100 | 101011111 | 1011101 | 11101 |
Color Harmonies of #900519
Complementary color
Monochromatic Colors of #900519
Black with #900519
Text Example
Text Example
White with #900519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900519; }
p { color: rgb(144,5,25); }
H1.HeaderClassName
{
color: #900519;
}
.AnyTagClassName
{
color: #900519;
}
</style>
background-color css
<style>
a { background-color: #900519; }
a { background-color: rgb(144,5,25); }
div.DivClassName
{
background-color: #900519;
}
.BgClassName
{
background-color: #900519;
}
</style>
border-color css
<style>
span { border-color: #900519; }
span { border-color: rgb(144,5,25); }
td.TdClassName
{
border-color: #900519;
}
.TagClassName
{
border-color: #900519;
}
</style>