Shades of Rustic Red #190109
Tints of Rustic Red #190109
RGB
CMYK
RGB Variations
Color information
#190109 (or 0x190109) is known color: Rustic Red. HEX triplet: 19, 01 and 09. RGB value is (25,1,9). Sum of RGB (Red+Green+Blue) = 25+1+9=35 (4% of max value = 765). Red value is 25 (10.16% from 255 or 71.43% from 35); Green value is 1 (0.78% from 255 or 2.86% from 35); Blue value is 9 (3.91% from 255 or 25.71% from 35); Max value from RGB is 25 - color contains mainly: red. Hex color #190109 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190109 is #E6FEF6. Grayscale: #090909. Windows color (decimal): -15138551 or 590105. OLE color: 590105.
HSL color Cylindrical-coordinate representation of color #190109: hue angle of 340º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #190109 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 1 | 9 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.90 |
| HSL | 340º | 0.92% | 0.05% | - |
| HSV(B) | 340º | 0.96% | 0.1% | - |
| XYZ | 0.46 | 0.25 | 0.28 | - |
| YUV | 9.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 9 | 0 | 0.96 | 0.64 | 0.90 | 340 | 0.92 | 0.05 |
| Hex | 19 | 1 | 9 | 0 | 60 | 40 | 5A | 154 | 5C | 5 |
| Octal | 31 | 1 | 11 | 0 | 140 | 100 | 132 | 524 | 134 | 5 |
| Binary | 11001 | 1 | 1001 | 0 | 1100000 | 1000000 | 1011010 | 101010100 | 1011100 | 101 |
Color Harmonies of #190109
Complementary color
Monochromatic Colors of #190109
Black with #190109
Text Example
Text Example
White with #190109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190109; }
p { color: rgb(25,1,9); }
H1.HeaderClassName
{
color: #190109;
}
.AnyTagClassName
{
color: #190109;
}
</style>
background-color css
<style>
a { background-color: #190109; }
a { background-color: rgb(25,1,9); }
div.DivClassName
{
background-color: #190109;
}
.BgClassName
{
background-color: #190109;
}
</style>
border-color css
<style>
span { border-color: #190109; }
span { border-color: rgb(25,1,9); }
td.TdClassName
{
border-color: #190109;
}
.TagClassName
{
border-color: #190109;
}
</style>