Shades of Rustic Red #1F1314
Tints of Rustic Red #1F1314
RGB
CMYK
RGB Variations
Color information
#1F1314 (or 0x1F1314) is known color: Rustic Red. HEX triplet: 1F, 13 and 14. RGB value is (31,19,20). Sum of RGB (Red+Green+Blue) = 31+19+20=70 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.29% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 20 (8.20% from 255 or 28.57% from 70); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1314 is #E0ECEB. Grayscale: #161616. Windows color (decimal): -14740716 or 1315615. OLE color: 1315615.
HSL color Cylindrical-coordinate representation of color #1F1314: hue angle of 355º degrees, saturation: 0.24, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1F1314 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 19 | 20 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.88 |
| HSL | 355º | 0.24% | 0.1% | - |
| HSV(B) | 355º | 0.39% | 0.12% | - |
| XYZ | 0.92 | 0.81 | 0.77 | - |
| YUV | 22.7 | 126.48 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 20 | 0 | 0.39 | 0.35 | 0.88 | 355 | 0.24 | 0.1 |
| Hex | 1F | 13 | 14 | 0 | 27 | 23 | 58 | 163 | 18 | A |
| Octal | 37 | 23 | 24 | 0 | 47 | 43 | 130 | 543 | 30 | 12 |
| Binary | 11111 | 10011 | 10100 | 0 | 100111 | 100011 | 1011000 | 101100011 | 11000 | 1010 |
Color Harmonies of #1F1314
Complementary color
Monochromatic Colors of #1F1314
Black with #1F1314
Text Example
Text Example
White with #1F1314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1314; }
p { color: rgb(31,19,20); }
H1.HeaderClassName
{
color: #1F1314;
}
.AnyTagClassName
{
color: #1F1314;
}
</style>
background-color css
<style>
a { background-color: #1F1314; }
a { background-color: rgb(31,19,20); }
div.DivClassName
{
background-color: #1F1314;
}
.BgClassName
{
background-color: #1F1314;
}
</style>
border-color css
<style>
span { border-color: #1F1314; }
span { border-color: rgb(31,19,20); }
td.TdClassName
{
border-color: #1F1314;
}
.TagClassName
{
border-color: #1F1314;
}
</style>