Shades of Rustic Red #1F1417
Tints of Rustic Red #1F1417
RGB
CMYK
RGB Variations
Color information
#1F1417 (or 0x1F1417) is known color: Rustic Red. HEX triplet: 1F, 14 and 17. RGB value is (31,20,23). Sum of RGB (Red+Green+Blue) = 31+20+23=74 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.89% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1417 is #E0EBE8. Grayscale: #171717. Windows color (decimal): -14740457 or 1512479. OLE color: 1512479.
HSL color Cylindrical-coordinate representation of color #1F1417: hue angle of 343.64º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1F1417 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 20 | 23 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.88 |
| HSL | 343.64º | 0.22% | 0.1% | - |
| HSV(B) | 343.64º | 0.35% | 0.12% | - |
| XYZ | 0.97 | 0.85 | 0.92 | - |
| YUV | 23.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 20 | 23 | 0 | 0.35 | 0.26 | 0.88 | 343.64 | 0.22 | 0.1 |
| Hex | 1F | 14 | 17 | 0 | 23 | 1A | 58 | 158 | 16 | A |
| Octal | 37 | 24 | 27 | 0 | 43 | 32 | 130 | 530 | 26 | 12 |
| Binary | 11111 | 10100 | 10111 | 0 | 100011 | 11010 | 1011000 | 101011000 | 10110 | 1010 |
Color Harmonies of #1F1417
Complementary color
Monochromatic Colors of #1F1417
Black with #1F1417
Text Example
Text Example
White with #1F1417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1417; }
p { color: rgb(31,20,23); }
H1.HeaderClassName
{
color: #1F1417;
}
.AnyTagClassName
{
color: #1F1417;
}
</style>
background-color css
<style>
a { background-color: #1F1417; }
a { background-color: rgb(31,20,23); }
div.DivClassName
{
background-color: #1F1417;
}
.BgClassName
{
background-color: #1F1417;
}
</style>
border-color css
<style>
span { border-color: #1F1417; }
span { border-color: rgb(31,20,23); }
td.TdClassName
{
border-color: #1F1417;
}
.TagClassName
{
border-color: #1F1417;
}
</style>