Shades of Rustic Red #1F1718
Tints of Rustic Red #1F1718
RGB
CMYK
RGB Variations
Color information
#1F1718 (or 0x1F1718) is known color: Rustic Red. HEX triplet: 1F, 17 and 18. RGB value is (31,23,24). Sum of RGB (Red+Green+Blue) = 31+23+24=78 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.74% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 24 (9.77% from 255 or 30.77% from 78); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1718 is #E0E8E7. Grayscale: #191919. Windows color (decimal): -14739688 or 1578783. OLE color: 1578783.
HSL color Cylindrical-coordinate representation of color #1F1718: hue angle of 352.5º degrees, saturation: 0.15, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1F1718 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 23 | 24 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.88 |
| HSL | 352.5º | 0.15% | 0.11% | - |
| HSV(B) | 352.5º | 0.26% | 0.12% | - |
| XYZ | 1.04 | 0.97 | 1 | - |
| YUV | 25.51 | 127.15 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 24 | 0 | 0.26 | 0.23 | 0.88 | 352.5 | 0.15 | 0.11 |
| Hex | 1F | 17 | 18 | 0 | 1A | 17 | 58 | 160 | F | B |
| Octal | 37 | 27 | 30 | 0 | 32 | 27 | 130 | 540 | 17 | 13 |
| Binary | 11111 | 10111 | 11000 | 0 | 11010 | 10111 | 1011000 | 101100000 | 1111 | 1011 |
Color Harmonies of #1F1718
Complementary color
Monochromatic Colors of #1F1718
Black with #1F1718
Text Example
Text Example
White with #1F1718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1718; }
p { color: rgb(31,23,24); }
H1.HeaderClassName
{
color: #1F1718;
}
.AnyTagClassName
{
color: #1F1718;
}
</style>
background-color css
<style>
a { background-color: #1F1718; }
a { background-color: rgb(31,23,24); }
div.DivClassName
{
background-color: #1F1718;
}
.BgClassName
{
background-color: #1F1718;
}
</style>
border-color css
<style>
span { border-color: #1F1718; }
span { border-color: rgb(31,23,24); }
td.TdClassName
{
border-color: #1F1718;
}
.TagClassName
{
border-color: #1F1718;
}
</style>