Shades of Rustic Red #190409
Tints of Rustic Red #190409
RGB
CMYK
RGB Variations
Color information
#190409 (or 0x190409) is known color: Rustic Red. HEX triplet: 19, 04 and 09. RGB value is (25,4,9). Sum of RGB (Red+Green+Blue) = 25+4+9=38 (5% of max value = 765). Red value is 25 (10.16% from 255 or 65.79% from 38); Green value is 4 (1.95% from 255 or 10.53% from 38); Blue value is 9 (3.91% from 255 or 23.68% from 38); Max value from RGB is 25 - color contains mainly: red. Hex color #190409 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190409 is #E6FBF6. Grayscale: #0A0A0A. Windows color (decimal): -15137783 or 590873. OLE color: 590873.
HSL color Cylindrical-coordinate representation of color #190409: hue angle of 345.71º degrees, saturation: 0.72, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #190409 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 4 | 9 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.90 |
| HSL | 345.71º | 0.72% | 0.06% | - |
| HSV(B) | 345.71º | 0.84% | 0.1% | - |
| XYZ | 0.49 | 0.31 | 0.29 | - |
| YUV | 10.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 4 | 9 | 0 | 0.84 | 0.64 | 0.90 | 345.71 | 0.72 | 0.06 |
| Hex | 19 | 4 | 9 | 0 | 54 | 40 | 5A | 15A | 48 | 6 |
| Octal | 31 | 4 | 11 | 0 | 124 | 100 | 132 | 532 | 110 | 6 |
| Binary | 11001 | 100 | 1001 | 0 | 1010100 | 1000000 | 1011010 | 101011010 | 1001000 | 110 |
Color Harmonies of #190409
Complementary color
Monochromatic Colors of #190409
Black with #190409
Text Example
Text Example
White with #190409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190409; }
p { color: rgb(25,4,9); }
H1.HeaderClassName
{
color: #190409;
}
.AnyTagClassName
{
color: #190409;
}
</style>
background-color css
<style>
a { background-color: #190409; }
a { background-color: rgb(25,4,9); }
div.DivClassName
{
background-color: #190409;
}
.BgClassName
{
background-color: #190409;
}
</style>
border-color css
<style>
span { border-color: #190409; }
span { border-color: rgb(25,4,9); }
td.TdClassName
{
border-color: #190409;
}
.TagClassName
{
border-color: #190409;
}
</style>