Shades of Rustic Red #191112
Tints of Rustic Red #191112
RGB
CMYK
RGB Variations
Color information
#191112 (or 0x191112) is known color: Rustic Red. HEX triplet: 19, 11 and 12. RGB value is (25,17,18). Sum of RGB (Red+Green+Blue) = 25+17+18=60 (7% of max value = 765). Red value is 25 (10.16% from 255 or 41.67% from 60); Green value is 17 (7.03% from 255 or 28.33% from 60); Blue value is 18 (7.42% from 255 or 30% from 60); Max value from RGB is 25 - color contains mainly: red. Hex color #191112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191112 is #E6EEED. Grayscale: #131313. Windows color (decimal): -15134446 or 1184025. OLE color: 1184025.
HSL color Cylindrical-coordinate representation of color #191112: hue angle of 352.5º degrees, saturation: 0.19, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #191112 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 17 | 18 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.90 |
| HSL | 352.5º | 0.19% | 0.08% | - |
| HSV(B) | 352.5º | 0.32% | 0.1% | - |
| XYZ | 0.71 | 0.65 | 0.66 | - |
| YUV | 19.51 | 127.15 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 17 | 18 | 0 | 0.32 | 0.28 | 0.90 | 352.5 | 0.19 | 0.08 |
| Hex | 19 | 11 | 12 | 0 | 20 | 1C | 5A | 160 | 13 | 8 |
| Octal | 31 | 21 | 22 | 0 | 40 | 34 | 132 | 540 | 23 | 10 |
| Binary | 11001 | 10001 | 10010 | 0 | 100000 | 11100 | 1011010 | 101100000 | 10011 | 1000 |
Color Harmonies of #191112
Complementary color
Monochromatic Colors of #191112
Black with #191112
Text Example
Text Example
White with #191112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191112; }
p { color: rgb(25,17,18); }
H1.HeaderClassName
{
color: #191112;
}
.AnyTagClassName
{
color: #191112;
}
</style>
background-color css
<style>
a { background-color: #191112; }
a { background-color: rgb(25,17,18); }
div.DivClassName
{
background-color: #191112;
}
.BgClassName
{
background-color: #191112;
}
</style>
border-color css
<style>
span { border-color: #191112; }
span { border-color: rgb(25,17,18); }
td.TdClassName
{
border-color: #191112;
}
.TagClassName
{
border-color: #191112;
}
</style>