Shades of Carmine #900019
Tints of Carmine #900019
RGB
CMYK
RGB Variations
Color information
#900019 (or 0x900019) is known color: Carmine. HEX triplet: 90, 00 and 19. RGB value is (144,0,25). Sum of RGB (Red+Green+Blue) = 144+0+25=169 (22% of max value = 765). Red value is 144 (56.64% from 255 or 85.21% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 25 (10.16% from 255 or 14.79% from 169); Max value from RGB is 144 - color contains mainly: red. Hex color #900019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900019 is #6FFFE6. Grayscale: #2D2D2D. Windows color (decimal): -7340007 or 1638544. OLE color: 1638544.
HSL color Cylindrical-coordinate representation of color #900019: hue angle of 349.58º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #900019 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.83 | 0.44 |
| HSL | 349.58º | 1% | 0.28% | - |
| HSV(B) | 349.58º | 1% | 0.56% | - |
| XYZ | 11.68 | 6 | 1.46 | - |
| YUV | 45.91 | 116.21 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 25 | 0 | 1 | 0.83 | 0.44 | 349.58 | 1 | 0.28 |
| Hex | 90 | 0 | 19 | 0 | 64 | 53 | 2C | 15E | 64 | 1C |
| Octal | 220 | 0 | 31 | 0 | 144 | 123 | 54 | 536 | 144 | 34 |
| Binary | 10010000 | 0 | 11001 | 0 | 1100100 | 1010011 | 101100 | 101011110 | 1100100 | 11100 |
Color Harmonies of #900019
Complementary color
Monochromatic Colors of #900019
Black with #900019
Text Example
Text Example
White with #900019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900019; }
p { color: rgb(144,0,25); }
H1.HeaderClassName
{
color: #900019;
}
.AnyTagClassName
{
color: #900019;
}
</style>
background-color css
<style>
a { background-color: #900019; }
a { background-color: rgb(144,0,25); }
div.DivClassName
{
background-color: #900019;
}
.BgClassName
{
background-color: #900019;
}
</style>
border-color css
<style>
span { border-color: #900019; }
span { border-color: rgb(144,0,25); }
td.TdClassName
{
border-color: #900019;
}
.TagClassName
{
border-color: #900019;
}
</style>