Shades of Rustic Red #1F1116
Tints of Rustic Red #1F1116
RGB
CMYK
RGB Variations
Color information
#1F1116 (or 0x1F1116) is known color: Rustic Red. HEX triplet: 1F, 11 and 16. RGB value is (31,17,22). Sum of RGB (Red+Green+Blue) = 31+17+22=70 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.29% from 70); Green value is 17 (7.03% from 255 or 24.29% from 70); Blue value is 22 (8.98% from 255 or 31.43% from 70); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1116 is #E0EEE9. Grayscale: #151515. Windows color (decimal): -14741226 or 1446175. OLE color: 1446175.
HSL color Cylindrical-coordinate representation of color #1F1116: hue angle of 338.57º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1F1116 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 17 | 22 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.88 |
| HSL | 338.57º | 0.29% | 0.09% | - |
| HSV(B) | 338.57º | 0.45% | 0.12% | - |
| XYZ | 0.91 | 0.75 | 0.86 | - |
| YUV | 21.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 17 | 22 | 0 | 0.45 | 0.29 | 0.88 | 338.57 | 0.29 | 0.09 |
| Hex | 1F | 11 | 16 | 0 | 2D | 1D | 58 | 153 | 1D | 9 |
| Octal | 37 | 21 | 26 | 0 | 55 | 35 | 130 | 523 | 35 | 11 |
| Binary | 11111 | 10001 | 10110 | 0 | 101101 | 11101 | 1011000 | 101010011 | 11101 | 1001 |
Color Harmonies of #1F1116
Complementary color
Monochromatic Colors of #1F1116
Black with #1F1116
Text Example
Text Example
White with #1F1116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1116; }
p { color: rgb(31,17,22); }
H1.HeaderClassName
{
color: #1F1116;
}
.AnyTagClassName
{
color: #1F1116;
}
</style>
background-color css
<style>
a { background-color: #1F1116; }
a { background-color: rgb(31,17,22); }
div.DivClassName
{
background-color: #1F1116;
}
.BgClassName
{
background-color: #1F1116;
}
</style>
border-color css
<style>
span { border-color: #1F1116; }
span { border-color: rgb(31,17,22); }
td.TdClassName
{
border-color: #1F1116;
}
.TagClassName
{
border-color: #1F1116;
}
</style>