Shades of Rustic Red #1F1217
Tints of Rustic Red #1F1217
RGB
CMYK
RGB Variations
Color information
#1F1217 (or 0x1F1217) is known color: Rustic Red. HEX triplet: 1F, 12 and 17. RGB value is (31,18,23). Sum of RGB (Red+Green+Blue) = 31+18+23=72 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.06% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 23 (9.38% from 255 or 31.94% from 72); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1217 is #E0EDE8. Grayscale: #161616. Windows color (decimal): -14740969 or 1511967. OLE color: 1511967.
HSL color Cylindrical-coordinate representation of color #1F1217: hue angle of 336.92º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1F1217 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 18 | 23 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.88 |
| HSL | 336.92º | 0.27% | 0.1% | - |
| HSV(B) | 336.92º | 0.42% | 0.12% | - |
| XYZ | 0.94 | 0.79 | 0.91 | - |
| YUV | 22.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 18 | 23 | 0 | 0.42 | 0.26 | 0.88 | 336.92 | 0.27 | 0.1 |
| Hex | 1F | 12 | 17 | 0 | 2A | 1A | 58 | 151 | 1B | A |
| Octal | 37 | 22 | 27 | 0 | 52 | 32 | 130 | 521 | 33 | 12 |
| Binary | 11111 | 10010 | 10111 | 0 | 101010 | 11010 | 1011000 | 101010001 | 11011 | 1010 |
Color Harmonies of #1F1217
Complementary color
Monochromatic Colors of #1F1217
Black with #1F1217
Text Example
Text Example
White with #1F1217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1217; }
p { color: rgb(31,18,23); }
H1.HeaderClassName
{
color: #1F1217;
}
.AnyTagClassName
{
color: #1F1217;
}
</style>
background-color css
<style>
a { background-color: #1F1217; }
a { background-color: rgb(31,18,23); }
div.DivClassName
{
background-color: #1F1217;
}
.BgClassName
{
background-color: #1F1217;
}
</style>
border-color css
<style>
span { border-color: #1F1217; }
span { border-color: rgb(31,18,23); }
td.TdClassName
{
border-color: #1F1217;
}
.TagClassName
{
border-color: #1F1217;
}
</style>