Shades of Rustic Red #1F0C0E
Tints of Rustic Red #1F0C0E
RGB
CMYK
RGB Variations
Color information
#1F0C0E (or 0x1F0C0E) is known color: Rustic Red. HEX triplet: 1F, 0C and 0E. RGB value is (31,12,14). Sum of RGB (Red+Green+Blue) = 31+12+14=57 (7% of max value = 765). Red value is 31 (12.5% from 255 or 54.39% from 57); Green value is 12 (5.08% from 255 or 21.05% from 57); Blue value is 14 (5.86% from 255 or 24.56% from 57); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0C0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0C0E is #E0F3F1. Grayscale: #111111. Windows color (decimal): -14742514 or 920607. OLE color: 920607.
HSL color Cylindrical-coordinate representation of color #1F0C0E: hue angle of 353.68º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F0C0E is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 12 | 14 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.88 |
| HSL | 353.68º | 0.44% | 0.08% | - |
| HSV(B) | 353.68º | 0.61% | 0.12% | - |
| XYZ | 0.78 | 0.59 | 0.49 | - |
| YUV | 17.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 12 | 14 | 0 | 0.61 | 0.55 | 0.88 | 353.68 | 0.44 | 0.08 |
| Hex | 1F | C | E | 0 | 3D | 37 | 58 | 162 | 2C | 8 |
| Octal | 37 | 14 | 16 | 0 | 75 | 67 | 130 | 542 | 54 | 10 |
| Binary | 11111 | 1100 | 1110 | 0 | 111101 | 110111 | 1011000 | 101100010 | 101100 | 1000 |
Color Harmonies of #1F0C0E
Complementary color
Monochromatic Colors of #1F0C0E
Black with #1F0C0E
Text Example
Text Example
White with #1F0C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0C0E; }
p { color: rgb(31,12,14); }
H1.HeaderClassName
{
color: #1F0C0E;
}
.AnyTagClassName
{
color: #1F0C0E;
}
</style>
background-color css
<style>
a { background-color: #1F0C0E; }
a { background-color: rgb(31,12,14); }
div.DivClassName
{
background-color: #1F0C0E;
}
.BgClassName
{
background-color: #1F0C0E;
}
</style>
border-color css
<style>
span { border-color: #1F0C0E; }
span { border-color: rgb(31,12,14); }
td.TdClassName
{
border-color: #1F0C0E;
}
.TagClassName
{
border-color: #1F0C0E;
}
</style>