Shades of Rustic Red #1F1719
Tints of Rustic Red #1F1719
RGB
CMYK
RGB Variations
Color information
#1F1719 (or 0x1F1719) is known color: Rustic Red. HEX triplet: 1F, 17 and 19. RGB value is (31,23,25). Sum of RGB (Red+Green+Blue) = 31+23+25=79 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.24% from 79); Green value is 23 (9.38% from 255 or 29.11% from 79); Blue value is 25 (10.16% from 255 or 31.65% from 79); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1719 is #E0E8E6. Grayscale: #191919. Windows color (decimal): -14739687 or 1644319. OLE color: 1644319.
HSL color Cylindrical-coordinate representation of color #1F1719: hue angle of 345º 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 #1F1719 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 23 | 25 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.88 |
| HSL | 345º | 0.15% | 0.11% | - |
| HSV(B) | 345º | 0.26% | 0.12% | - |
| XYZ | 1.05 | 0.97 | 1.05 | - |
| YUV | 25.62 | 127.65 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 25 | 0 | 0.26 | 0.19 | 0.88 | 345 | 0.15 | 0.11 |
| Hex | 1F | 17 | 19 | 0 | 1A | 13 | 58 | 159 | F | B |
| Octal | 37 | 27 | 31 | 0 | 32 | 23 | 130 | 531 | 17 | 13 |
| Binary | 11111 | 10111 | 11001 | 0 | 11010 | 10011 | 1011000 | 101011001 | 1111 | 1011 |
Color Harmonies of #1F1719
Complementary color
Monochromatic Colors of #1F1719
Black with #1F1719
Text Example
Text Example
White with #1F1719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1719; }
p { color: rgb(31,23,25); }
H1.HeaderClassName
{
color: #1F1719;
}
.AnyTagClassName
{
color: #1F1719;
}
</style>
background-color css
<style>
a { background-color: #1F1719; }
a { background-color: rgb(31,23,25); }
div.DivClassName
{
background-color: #1F1719;
}
.BgClassName
{
background-color: #1F1719;
}
</style>
border-color css
<style>
span { border-color: #1F1719; }
span { border-color: rgb(31,23,25); }
td.TdClassName
{
border-color: #1F1719;
}
.TagClassName
{
border-color: #1F1719;
}
</style>