Shades of Rustic Red #1F070E
Tints of Rustic Red #1F070E
RGB
CMYK
RGB Variations
Color information
#1F070E (or 0x1F070E) is known color: Rustic Red. HEX triplet: 1F, 07 and 0E. RGB value is (31,7,14). Sum of RGB (Red+Green+Blue) = 31+7+14=52 (6% of max value = 765). Red value is 31 (12.5% from 255 or 59.62% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 14 (5.86% from 255 or 26.92% from 52); Max value from RGB is 31 - color contains mainly: red. Hex color #1F070E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F070E is #E0F8F1. Grayscale: #0E0E0E. Windows color (decimal): -14743794 or 919327. OLE color: 919327.
HSL color Cylindrical-coordinate representation of color #1F070E: hue angle of 342.5º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F070E is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 7 | 14 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.88 |
| HSL | 342.5º | 0.63% | 0.07% | - |
| HSV(B) | 342.5º | 0.77% | 0.12% | - |
| XYZ | 0.72 | 0.47 | 0.47 | - |
| YUV | 14.97 | 127.45 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 7 | 14 | 0 | 0.77 | 0.55 | 0.88 | 342.5 | 0.63 | 0.07 |
| Hex | 1F | 7 | E | 0 | 4D | 37 | 58 | 156 | 3F | 7 |
| Octal | 37 | 7 | 16 | 0 | 115 | 67 | 130 | 526 | 77 | 7 |
| Binary | 11111 | 111 | 1110 | 0 | 1001101 | 110111 | 1011000 | 101010110 | 111111 | 111 |
Color Harmonies of #1F070E
Complementary color
Monochromatic Colors of #1F070E
Black with #1F070E
Text Example
Text Example
White with #1F070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F070E; }
p { color: rgb(31,7,14); }
H1.HeaderClassName
{
color: #1F070E;
}
.AnyTagClassName
{
color: #1F070E;
}
</style>
background-color css
<style>
a { background-color: #1F070E; }
a { background-color: rgb(31,7,14); }
div.DivClassName
{
background-color: #1F070E;
}
.BgClassName
{
background-color: #1F070E;
}
</style>
border-color css
<style>
span { border-color: #1F070E; }
span { border-color: rgb(31,7,14); }
td.TdClassName
{
border-color: #1F070E;
}
.TagClassName
{
border-color: #1F070E;
}
</style>