Shades of Rustic Red #1F1517
Tints of Rustic Red #1F1517
RGB
CMYK
RGB Variations
Color information
#1F1517 (or 0x1F1517) is known color: Rustic Red. HEX triplet: 1F, 15 and 17. RGB value is (31,21,23). Sum of RGB (Red+Green+Blue) = 31+21+23=75 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.33% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 23 (9.38% from 255 or 30.67% from 75); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1517 is #E0EAE8. Grayscale: #181818. Windows color (decimal): -14740201 or 1512735. OLE color: 1512735.
HSL color Cylindrical-coordinate representation of color #1F1517: hue angle of 348º degrees, saturation: 0.19, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1F1517 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 21 | 23 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.88 |
| HSL | 348º | 0.19% | 0.1% | - |
| HSV(B) | 348º | 0.32% | 0.12% | - |
| XYZ | 0.99 | 0.89 | 0.93 | - |
| YUV | 24.22 | 127.31 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 21 | 23 | 0 | 0.32 | 0.26 | 0.88 | 348 | 0.19 | 0.1 |
| Hex | 1F | 15 | 17 | 0 | 20 | 1A | 58 | 15C | 13 | A |
| Octal | 37 | 25 | 27 | 0 | 40 | 32 | 130 | 534 | 23 | 12 |
| Binary | 11111 | 10101 | 10111 | 0 | 100000 | 11010 | 1011000 | 101011100 | 10011 | 1010 |
Color Harmonies of #1F1517
Complementary color
Monochromatic Colors of #1F1517
Black with #1F1517
Text Example
Text Example
White with #1F1517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1517; }
p { color: rgb(31,21,23); }
H1.HeaderClassName
{
color: #1F1517;
}
.AnyTagClassName
{
color: #1F1517;
}
</style>
background-color css
<style>
a { background-color: #1F1517; }
a { background-color: rgb(31,21,23); }
div.DivClassName
{
background-color: #1F1517;
}
.BgClassName
{
background-color: #1F1517;
}
</style>
border-color css
<style>
span { border-color: #1F1517; }
span { border-color: rgb(31,21,23); }
td.TdClassName
{
border-color: #1F1517;
}
.TagClassName
{
border-color: #1F1517;
}
</style>