Shades of Rustic Red #1F0E11
Tints of Rustic Red #1F0E11
RGB
CMYK
RGB Variations
Color information
#1F0E11 (or 0x1F0E11) is known color: Rustic Red. HEX triplet: 1F, 0E and 11. RGB value is (31,14,17). Sum of RGB (Red+Green+Blue) = 31+14+17=62 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50% from 62); Green value is 14 (5.86% from 255 or 22.58% from 62); Blue value is 17 (7.03% from 255 or 27.42% from 62); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0E11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0E11 is #E0F1EE. Grayscale: #131313. Windows color (decimal): -14741999 or 1117727. OLE color: 1117727.
HSL color Cylindrical-coordinate representation of color #1F0E11: hue angle of 349.41º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1F0E11 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 14 | 17 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.88 |
| HSL | 349.41º | 0.38% | 0.09% | - |
| HSV(B) | 349.41º | 0.55% | 0.12% | - |
| XYZ | 0.82 | 0.65 | 0.61 | - |
| YUV | 19.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 14 | 17 | 0 | 0.55 | 0.45 | 0.88 | 349.41 | 0.38 | 0.09 |
| Hex | 1F | E | 11 | 0 | 37 | 2D | 58 | 15D | 26 | 9 |
| Octal | 37 | 16 | 21 | 0 | 67 | 55 | 130 | 535 | 46 | 11 |
| Binary | 11111 | 1110 | 10001 | 0 | 110111 | 101101 | 1011000 | 101011101 | 100110 | 1001 |
Color Harmonies of #1F0E11
Complementary color
Monochromatic Colors of #1F0E11
Black with #1F0E11
Text Example
Text Example
White with #1F0E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0E11; }
p { color: rgb(31,14,17); }
H1.HeaderClassName
{
color: #1F0E11;
}
.AnyTagClassName
{
color: #1F0E11;
}
</style>
background-color css
<style>
a { background-color: #1F0E11; }
a { background-color: rgb(31,14,17); }
div.DivClassName
{
background-color: #1F0E11;
}
.BgClassName
{
background-color: #1F0E11;
}
</style>
border-color css
<style>
span { border-color: #1F0E11; }
span { border-color: rgb(31,14,17); }
td.TdClassName
{
border-color: #1F0E11;
}
.TagClassName
{
border-color: #1F0E11;
}
</style>