Shades of Rustic Red #19050A
Tints of Rustic Red #19050A
RGB
CMYK
RGB Variations
Color information
#19050A (or 0x19050A) is known color: Rustic Red. HEX triplet: 19, 05 and 0A. RGB value is (25,5,10). Sum of RGB (Red+Green+Blue) = 25+5+10=40 (5% of max value = 765). Red value is 25 (10.16% from 255 or 62.5% from 40); Green value is 5 (2.34% from 255 or 12.5% from 40); Blue value is 10 (4.30% from 255 or 25% from 40); Max value from RGB is 25 - color contains mainly: red. Hex color #19050A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19050A is #E6FAF5. Grayscale: #0B0B0B. Windows color (decimal): -15137526 or 656665. OLE color: 656665.
HSL color Cylindrical-coordinate representation of color #19050A: hue angle of 345º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19050A is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 5 | 10 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.90 |
| HSL | 345º | 0.67% | 0.06% | - |
| HSV(B) | 345º | 0.8% | 0.1% | - |
| XYZ | 0.51 | 0.34 | 0.33 | - |
| YUV | 11.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 5 | 10 | 0 | 0.80 | 0.60 | 0.90 | 345 | 0.67 | 0.06 |
| Hex | 19 | 5 | A | 0 | 50 | 3C | 5A | 159 | 43 | 6 |
| Octal | 31 | 5 | 12 | 0 | 120 | 74 | 132 | 531 | 103 | 6 |
| Binary | 11001 | 101 | 1010 | 0 | 1010000 | 111100 | 1011010 | 101011001 | 1000011 | 110 |
Color Harmonies of #19050A
Complementary color
Monochromatic Colors of #19050A
Black with #19050A
Text Example
Text Example
White with #19050A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19050A; }
p { color: rgb(25,5,10); }
H1.HeaderClassName
{
color: #19050A;
}
.AnyTagClassName
{
color: #19050A;
}
</style>
background-color css
<style>
a { background-color: #19050A; }
a { background-color: rgb(25,5,10); }
div.DivClassName
{
background-color: #19050A;
}
.BgClassName
{
background-color: #19050A;
}
</style>
border-color css
<style>
span { border-color: #19050A; }
span { border-color: rgb(25,5,10); }
td.TdClassName
{
border-color: #19050A;
}
.TagClassName
{
border-color: #19050A;
}
</style>