Shades of Rustic Red #1F1618
Tints of Rustic Red #1F1618
RGB
CMYK
RGB Variations
Color information
#1F1618 (or 0x1F1618) is known color: Rustic Red. HEX triplet: 1F, 16 and 18. RGB value is (31,22,24). Sum of RGB (Red+Green+Blue) = 31+22+24=77 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.26% from 77); Green value is 22 (8.98% from 255 or 28.57% from 77); Blue value is 24 (9.77% from 255 or 31.17% from 77); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1618 is #E0E9E7. Grayscale: #181818. Windows color (decimal): -14739944 or 1578527. OLE color: 1578527.
HSL color Cylindrical-coordinate representation of color #1F1618: hue angle of 346.67º 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 #1F1618 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 22 | 24 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.88 |
| HSL | 346.67º | 0.17% | 0.1% | - |
| HSV(B) | 346.67º | 0.29% | 0.12% | - |
| XYZ | 1.02 | 0.93 | 0.99 | - |
| YUV | 24.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 22 | 24 | 0 | 0.29 | 0.23 | 0.88 | 346.67 | 0.17 | 0.1 |
| Hex | 1F | 16 | 18 | 0 | 1D | 17 | 58 | 15B | 11 | A |
| Octal | 37 | 26 | 30 | 0 | 35 | 27 | 130 | 533 | 21 | 12 |
| Binary | 11111 | 10110 | 11000 | 0 | 11101 | 10111 | 1011000 | 101011011 | 10001 | 1010 |
Color Harmonies of #1F1618
Complementary color
Monochromatic Colors of #1F1618
Black with #1F1618
Text Example
Text Example
White with #1F1618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1618; }
p { color: rgb(31,22,24); }
H1.HeaderClassName
{
color: #1F1618;
}
.AnyTagClassName
{
color: #1F1618;
}
</style>
background-color css
<style>
a { background-color: #1F1618; }
a { background-color: rgb(31,22,24); }
div.DivClassName
{
background-color: #1F1618;
}
.BgClassName
{
background-color: #1F1618;
}
</style>
border-color css
<style>
span { border-color: #1F1618; }
span { border-color: rgb(31,22,24); }
td.TdClassName
{
border-color: #1F1618;
}
.TagClassName
{
border-color: #1F1618;
}
</style>