Shades of Rustic Red #19070E
Tints of Rustic Red #19070E
RGB
CMYK
RGB Variations
Color information
#19070E (or 0x19070E) is known color: Rustic Red. HEX triplet: 19, 07 and 0E. RGB value is (25,7,14). Sum of RGB (Red+Green+Blue) = 25+7+14=46 (6% of max value = 765). Red value is 25 (10.16% from 255 or 54.35% from 46); Green value is 7 (3.12% from 255 or 15.22% from 46); Blue value is 14 (5.86% from 255 or 30.43% from 46); Max value from RGB is 25 - color contains mainly: red. Hex color #19070E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19070E is #E6F8F1. Grayscale: #0D0D0D. Windows color (decimal): -15137010 or 919321. OLE color: 919321.
HSL color Cylindrical-coordinate representation of color #19070E: hue angle of 336.67º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #19070E is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 7 | 14 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.90 |
| HSL | 336.67º | 0.56% | 0.06% | - |
| HSV(B) | 336.67º | 0.72% | 0.1% | - |
| XYZ | 0.56 | 0.39 | 0.46 | - |
| YUV | 13.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 7 | 14 | 0 | 0.72 | 0.44 | 0.90 | 336.67 | 0.56 | 0.06 |
| Hex | 19 | 7 | E | 0 | 48 | 2C | 5A | 151 | 38 | 6 |
| Octal | 31 | 7 | 16 | 0 | 110 | 54 | 132 | 521 | 70 | 6 |
| Binary | 11001 | 111 | 1110 | 0 | 1001000 | 101100 | 1011010 | 101010001 | 111000 | 110 |
Color Harmonies of #19070E
Complementary color
Monochromatic Colors of #19070E
Black with #19070E
Text Example
Text Example
White with #19070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19070E; }
p { color: rgb(25,7,14); }
H1.HeaderClassName
{
color: #19070E;
}
.AnyTagClassName
{
color: #19070E;
}
</style>
background-color css
<style>
a { background-color: #19070E; }
a { background-color: rgb(25,7,14); }
div.DivClassName
{
background-color: #19070E;
}
.BgClassName
{
background-color: #19070E;
}
</style>
border-color css
<style>
span { border-color: #19070E; }
span { border-color: rgb(25,7,14); }
td.TdClassName
{
border-color: #19070E;
}
.TagClassName
{
border-color: #19070E;
}
</style>