Shades of Rustic Red #190A0E
Tints of Rustic Red #190A0E
RGB
CMYK
RGB Variations
Color information
#190A0E (or 0x190A0E) is known color: Rustic Red. HEX triplet: 19, 0A and 0E. RGB value is (25,10,14). Sum of RGB (Red+Green+Blue) = 25+10+14=49 (6% of max value = 765). Red value is 25 (10.16% from 255 or 51.02% from 49); Green value is 10 (4.30% from 255 or 20.41% from 49); Blue value is 14 (5.86% from 255 or 28.57% from 49); Max value from RGB is 25 - color contains mainly: red. Hex color #190A0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190A0E is #E6F5F1. Grayscale: #0E0E0E. Windows color (decimal): -15136242 or 920089. OLE color: 920089.
HSL color Cylindrical-coordinate representation of color #190A0E: hue angle of 344º degrees, saturation: 0.43, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #190A0E is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 10 | 14 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.90 |
| HSL | 344º | 0.43% | 0.07% | - |
| HSV(B) | 344º | 0.6% | 0.1% | - |
| XYZ | 0.59 | 0.46 | 0.47 | - |
| YUV | 14.94 | 127.47 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 10 | 14 | 0 | 0.60 | 0.44 | 0.90 | 344 | 0.43 | 0.07 |
| Hex | 19 | A | E | 0 | 3C | 2C | 5A | 158 | 2B | 7 |
| Octal | 31 | 12 | 16 | 0 | 74 | 54 | 132 | 530 | 53 | 7 |
| Binary | 11001 | 1010 | 1110 | 0 | 111100 | 101100 | 1011010 | 101011000 | 101011 | 111 |
Color Harmonies of #190A0E
Complementary color
Monochromatic Colors of #190A0E
Black with #190A0E
Text Example
Text Example
White with #190A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190A0E; }
p { color: rgb(25,10,14); }
H1.HeaderClassName
{
color: #190A0E;
}
.AnyTagClassName
{
color: #190A0E;
}
</style>
background-color css
<style>
a { background-color: #190A0E; }
a { background-color: rgb(25,10,14); }
div.DivClassName
{
background-color: #190A0E;
}
.BgClassName
{
background-color: #190A0E;
}
</style>
border-color css
<style>
span { border-color: #190A0E; }
span { border-color: rgb(25,10,14); }
td.TdClassName
{
border-color: #190A0E;
}
.TagClassName
{
border-color: #190A0E;
}
</style>