Shades of Rustic Red #1F0B11
Tints of Rustic Red #1F0B11
RGB
CMYK
RGB Variations
Color information
#1F0B11 (or 0x1F0B11) is known color: Rustic Red. HEX triplet: 1F, 0B and 11. RGB value is (31,11,17). Sum of RGB (Red+Green+Blue) = 31+11+17=59 (7% of max value = 765). Red value is 31 (12.5% from 255 or 52.54% from 59); Green value is 11 (4.69% from 255 or 18.64% from 59); Blue value is 17 (7.03% from 255 or 28.81% from 59); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0B11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0B11 is #E0F4EE. Grayscale: #111111. Windows color (decimal): -14742767 or 1116959. OLE color: 1116959.
HSL color Cylindrical-coordinate representation of color #1F0B11: hue angle of 342º degrees, saturation: 0.48, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F0B11 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 11 | 17 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.88 |
| HSL | 342º | 0.48% | 0.08% | - |
| HSV(B) | 342º | 0.65% | 0.12% | - |
| XYZ | 0.79 | 0.57 | 0.6 | - |
| YUV | 17.66 | 127.63 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 11 | 17 | 0 | 0.65 | 0.45 | 0.88 | 342 | 0.48 | 0.08 |
| Hex | 1F | B | 11 | 0 | 41 | 2D | 58 | 156 | 30 | 8 |
| Octal | 37 | 13 | 21 | 0 | 101 | 55 | 130 | 526 | 60 | 10 |
| Binary | 11111 | 1011 | 10001 | 0 | 1000001 | 101101 | 1011000 | 101010110 | 110000 | 1000 |
Color Harmonies of #1F0B11
Complementary color
Monochromatic Colors of #1F0B11
Black with #1F0B11
Text Example
Text Example
White with #1F0B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0B11; }
p { color: rgb(31,11,17); }
H1.HeaderClassName
{
color: #1F0B11;
}
.AnyTagClassName
{
color: #1F0B11;
}
</style>
background-color css
<style>
a { background-color: #1F0B11; }
a { background-color: rgb(31,11,17); }
div.DivClassName
{
background-color: #1F0B11;
}
.BgClassName
{
background-color: #1F0B11;
}
</style>
border-color css
<style>
span { border-color: #1F0B11; }
span { border-color: rgb(31,11,17); }
td.TdClassName
{
border-color: #1F0B11;
}
.TagClassName
{
border-color: #1F0B11;
}
</style>