Shades of Rustic Red #191314
Tints of Rustic Red #191314
RGB
CMYK
RGB Variations
Color information
#191314 (or 0x191314) is known color: Rustic Red. HEX triplet: 19, 13 and 14. RGB value is (25,19,20). Sum of RGB (Red+Green+Blue) = 25+19+20=64 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.06% from 64); Green value is 19 (7.81% from 255 or 29.69% from 64); Blue value is 20 (8.20% from 255 or 31.25% from 64); Max value from RGB is 25 - color contains mainly: red. Hex color #191314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191314 is #E6ECEB. Grayscale: #141414. Windows color (decimal): -15133932 or 1315609. OLE color: 1315609.
HSL color Cylindrical-coordinate representation of color #191314: hue angle of 350º degrees, saturation: 0.14, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #191314 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 19 | 20 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.90 |
| HSL | 350º | 0.14% | 0.09% | - |
| HSV(B) | 350º | 0.24% | 0.1% | - |
| XYZ | 0.76 | 0.72 | 0.76 | - |
| YUV | 20.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 19 | 20 | 0 | 0.24 | 0.20 | 0.90 | 350 | 0.14 | 0.09 |
| Hex | 19 | 13 | 14 | 0 | 18 | 14 | 5A | 15E | E | 9 |
| Octal | 31 | 23 | 24 | 0 | 30 | 24 | 132 | 536 | 16 | 11 |
| Binary | 11001 | 10011 | 10100 | 0 | 11000 | 10100 | 1011010 | 101011110 | 1110 | 1001 |
Color Harmonies of #191314
Complementary color
Monochromatic Colors of #191314
Black with #191314
Text Example
Text Example
White with #191314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191314; }
p { color: rgb(25,19,20); }
H1.HeaderClassName
{
color: #191314;
}
.AnyTagClassName
{
color: #191314;
}
</style>
background-color css
<style>
a { background-color: #191314; }
a { background-color: rgb(25,19,20); }
div.DivClassName
{
background-color: #191314;
}
.BgClassName
{
background-color: #191314;
}
</style>
border-color css
<style>
span { border-color: #191314; }
span { border-color: rgb(25,19,20); }
td.TdClassName
{
border-color: #191314;
}
.TagClassName
{
border-color: #191314;
}
</style>