Shades of Rustic Red #19060A
Tints of Rustic Red #19060A
RGB
CMYK
RGB Variations
Color information
#19060A (or 0x19060A) is known color: Rustic Red. HEX triplet: 19, 06 and 0A. RGB value is (25,6,10). Sum of RGB (Red+Green+Blue) = 25+6+10=41 (5% of max value = 765). Red value is 25 (10.16% from 255 or 60.98% from 41); Green value is 6 (2.73% from 255 or 14.63% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 25 - color contains mainly: red. Hex color #19060A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19060A is #E6F9F5. Grayscale: #0C0C0C. Windows color (decimal): -15137270 or 656921. OLE color: 656921.
HSL color Cylindrical-coordinate representation of color #19060A: hue angle of 347.37º 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 #19060A is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 6 | 10 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.90 |
| HSL | 347.37º | 0.61% | 0.06% | - |
| HSV(B) | 347.37º | 0.76% | 0.1% | - |
| XYZ | 0.52 | 0.36 | 0.33 | - |
| YUV | 12.14 | 126.79 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 6 | 10 | 0 | 0.76 | 0.60 | 0.90 | 347.37 | 0.61 | 0.06 |
| Hex | 19 | 6 | A | 0 | 4C | 3C | 5A | 15B | 3D | 6 |
| Octal | 31 | 6 | 12 | 0 | 114 | 74 | 132 | 533 | 75 | 6 |
| Binary | 11001 | 110 | 1010 | 0 | 1001100 | 111100 | 1011010 | 101011011 | 111101 | 110 |
Color Harmonies of #19060A
Complementary color
Monochromatic Colors of #19060A
Black with #19060A
Text Example
Text Example
White with #19060A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19060A; }
p { color: rgb(25,6,10); }
H1.HeaderClassName
{
color: #19060A;
}
.AnyTagClassName
{
color: #19060A;
}
</style>
background-color css
<style>
a { background-color: #19060A; }
a { background-color: rgb(25,6,10); }
div.DivClassName
{
background-color: #19060A;
}
.BgClassName
{
background-color: #19060A;
}
</style>
border-color css
<style>
span { border-color: #19060A; }
span { border-color: rgb(25,6,10); }
td.TdClassName
{
border-color: #19060A;
}
.TagClassName
{
border-color: #19060A;
}
</style>