Shades of Rustic Red #19020E
Tints of Rustic Red #19020E
RGB
CMYK
RGB Variations
Color information
#19020E (or 0x19020E) is known color: Rustic Red. HEX triplet: 19, 02 and 0E. RGB value is (25,2,14). Sum of RGB (Red+Green+Blue) = 25+2+14=41 (5% of max value = 765). Red value is 25 (10.16% from 255 or 60.98% from 41); Green value is 2 (1.17% from 255 or 4.88% from 41); Blue value is 14 (5.86% from 255 or 34.15% from 41); Max value from RGB is 25 - color contains mainly: red. Hex color #19020E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19020E is #E6FDF1. Grayscale: #0A0A0A. Windows color (decimal): -15138290 or 918041. OLE color: 918041.
HSL color Cylindrical-coordinate representation of color #19020E: hue angle of 328.7º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #19020E is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 2 | 14 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.90 |
| HSL | 328.7º | 0.85% | 0.05% | - |
| HSV(B) | 328.7º | 0.92% | 0.1% | - |
| XYZ | 0.5 | 0.28 | 0.44 | - |
| YUV | 10.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 14 | 0 | 0.92 | 0.44 | 0.90 | 328.7 | 0.85 | 0.05 |
| Hex | 19 | 2 | E | 0 | 5C | 2C | 5A | 149 | 55 | 5 |
| Octal | 31 | 2 | 16 | 0 | 134 | 54 | 132 | 511 | 125 | 5 |
| Binary | 11001 | 10 | 1110 | 0 | 1011100 | 101100 | 1011010 | 101001001 | 1010101 | 101 |
Color Harmonies of #19020E
Complementary color
Monochromatic Colors of #19020E
Black with #19020E
Text Example
Text Example
White with #19020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19020E; }
p { color: rgb(25,2,14); }
H1.HeaderClassName
{
color: #19020E;
}
.AnyTagClassName
{
color: #19020E;
}
</style>
background-color css
<style>
a { background-color: #19020E; }
a { background-color: rgb(25,2,14); }
div.DivClassName
{
background-color: #19020E;
}
.BgClassName
{
background-color: #19020E;
}
</style>
border-color css
<style>
span { border-color: #19020E; }
span { border-color: rgb(25,2,14); }
td.TdClassName
{
border-color: #19020E;
}
.TagClassName
{
border-color: #19020E;
}
</style>