Shades of Rustic Red #1F1617
Tints of Rustic Red #1F1617
RGB
CMYK
RGB Variations
Color information
#1F1617 (or 0x1F1617) is known color: Rustic Red. HEX triplet: 1F, 16 and 17. RGB value is (31,22,23). Sum of RGB (Red+Green+Blue) = 31+22+23=76 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.79% from 76); Green value is 22 (8.98% from 255 or 28.95% from 76); Blue value is 23 (9.38% from 255 or 30.26% from 76); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1617 is #E0E9E8. Grayscale: #181818. Windows color (decimal): -14739945 or 1512991. OLE color: 1512991.
HSL color Cylindrical-coordinate representation of color #1F1617: hue angle of 353.33º degrees, saturation: 0.17, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #1F1617 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 22 | 23 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.88 |
| HSL | 353.33º | 0.17% | 0.1% | - |
| HSV(B) | 353.33º | 0.29% | 0.12% | - |
| XYZ | 1.01 | 0.93 | 0.94 | - |
| YUV | 24.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 22 | 23 | 0 | 0.29 | 0.26 | 0.88 | 353.33 | 0.17 | 0.1 |
| Hex | 1F | 16 | 17 | 0 | 1D | 1A | 58 | 161 | 11 | A |
| Octal | 37 | 26 | 27 | 0 | 35 | 32 | 130 | 541 | 21 | 12 |
| Binary | 11111 | 10110 | 10111 | 0 | 11101 | 11010 | 1011000 | 101100001 | 10001 | 1010 |
Color Harmonies of #1F1617
Complementary color
Monochromatic Colors of #1F1617
Black with #1F1617
Text Example
Text Example
White with #1F1617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1617; }
p { color: rgb(31,22,23); }
H1.HeaderClassName
{
color: #1F1617;
}
.AnyTagClassName
{
color: #1F1617;
}
</style>
background-color css
<style>
a { background-color: #1F1617; }
a { background-color: rgb(31,22,23); }
div.DivClassName
{
background-color: #1F1617;
}
.BgClassName
{
background-color: #1F1617;
}
</style>
border-color css
<style>
span { border-color: #1F1617; }
span { border-color: rgb(31,22,23); }
td.TdClassName
{
border-color: #1F1617;
}
.TagClassName
{
border-color: #1F1617;
}
</style>