Shades of Rustic Red #19060E
Tints of Rustic Red #19060E
RGB
CMYK
RGB Variations
Color information
#19060E (or 0x19060E) is known color: Rustic Red. HEX triplet: 19, 06 and 0E. RGB value is (25,6,14). Sum of RGB (Red+Green+Blue) = 25+6+14=45 (5% of max value = 765). Red value is 25 (10.16% from 255 or 55.56% from 45); Green value is 6 (2.73% from 255 or 13.33% from 45); Blue value is 14 (5.86% from 255 or 31.11% from 45); Max value from RGB is 25 - color contains mainly: red. Hex color #19060E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19060E is #E6F9F1. Grayscale: #0C0C0C. Windows color (decimal): -15137266 or 919065. OLE color: 919065.
HSL color Cylindrical-coordinate representation of color #19060E: hue angle of 334.74º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #19060E is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 6 | 14 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.90 |
| HSL | 334.74º | 0.61% | 0.06% | - |
| HSV(B) | 334.74º | 0.76% | 0.1% | - |
| XYZ | 0.55 | 0.37 | 0.46 | - |
| YUV | 12.59 | 128.79 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 6 | 14 | 0 | 0.76 | 0.44 | 0.90 | 334.74 | 0.61 | 0.06 |
| Hex | 19 | 6 | E | 0 | 4C | 2C | 5A | 14F | 3D | 6 |
| Octal | 31 | 6 | 16 | 0 | 114 | 54 | 132 | 517 | 75 | 6 |
| Binary | 11001 | 110 | 1110 | 0 | 1001100 | 101100 | 1011010 | 101001111 | 111101 | 110 |
Color Harmonies of #19060E
Complementary color
Monochromatic Colors of #19060E
Black with #19060E
Text Example
Text Example
White with #19060E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19060E; }
p { color: rgb(25,6,14); }
H1.HeaderClassName
{
color: #19060E;
}
.AnyTagClassName
{
color: #19060E;
}
</style>
background-color css
<style>
a { background-color: #19060E; }
a { background-color: rgb(25,6,14); }
div.DivClassName
{
background-color: #19060E;
}
.BgClassName
{
background-color: #19060E;
}
</style>
border-color css
<style>
span { border-color: #19060E; }
span { border-color: rgb(25,6,14); }
td.TdClassName
{
border-color: #19060E;
}
.TagClassName
{
border-color: #19060E;
}
</style>