Shades of Rustic Red #190E13
Tints of Rustic Red #190E13
RGB
CMYK
RGB Variations
Color information
#190E13 (or 0x190E13) is known color: Rustic Red. HEX triplet: 19, 0E and 13. RGB value is (25,14,19). Sum of RGB (Red+Green+Blue) = 25+14+19=58 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.10% from 58); Green value is 14 (5.86% from 255 or 24.14% from 58); Blue value is 19 (7.81% from 255 or 32.76% from 58); Max value from RGB is 25 - color contains mainly: red. Hex color #190E13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190E13 is #E6F1EC. Grayscale: #111111. Windows color (decimal): -15135213 or 1248793. OLE color: 1248793.
HSL color Cylindrical-coordinate representation of color #190E13: hue angle of 332.73º degrees, saturation: 0.28, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #190E13 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 14 | 19 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.90 |
| HSL | 332.73º | 0.28% | 0.08% | - |
| HSV(B) | 332.73º | 0.44% | 0.1% | - |
| XYZ | 0.68 | 0.57 | 0.69 | - |
| YUV | 17.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 14 | 19 | 0 | 0.44 | 0.24 | 0.90 | 332.73 | 0.28 | 0.08 |
| Hex | 19 | E | 13 | 0 | 2C | 18 | 5A | 14D | 1C | 8 |
| Octal | 31 | 16 | 23 | 0 | 54 | 30 | 132 | 515 | 34 | 10 |
| Binary | 11001 | 1110 | 10011 | 0 | 101100 | 11000 | 1011010 | 101001101 | 11100 | 1000 |
Color Harmonies of #190E13
Complementary color
Monochromatic Colors of #190E13
Black with #190E13
Text Example
Text Example
White with #190E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190E13; }
p { color: rgb(25,14,19); }
H1.HeaderClassName
{
color: #190E13;
}
.AnyTagClassName
{
color: #190E13;
}
</style>
background-color css
<style>
a { background-color: #190E13; }
a { background-color: rgb(25,14,19); }
div.DivClassName
{
background-color: #190E13;
}
.BgClassName
{
background-color: #190E13;
}
</style>
border-color css
<style>
span { border-color: #190E13; }
span { border-color: rgb(25,14,19); }
td.TdClassName
{
border-color: #190E13;
}
.TagClassName
{
border-color: #190E13;
}
</style>