Shades of Rustic Red #1F070C
Tints of Rustic Red #1F070C
RGB
CMYK
RGB Variations
Color information
#1F070C (or 0x1F070C) is known color: Rustic Red. HEX triplet: 1F, 07 and 0C. RGB value is (31,7,12). Sum of RGB (Red+Green+Blue) = 31+7+12=50 (6% of max value = 765). Red value is 31 (12.5% from 255 or 62% from 50); Green value is 7 (3.12% from 255 or 14% from 50); Blue value is 12 (5.08% from 255 or 24% from 50); Max value from RGB is 31 - color contains mainly: red. Hex color #1F070C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F070C is #E0F8F3. Grayscale: #0E0E0E. Windows color (decimal): -14743796 or 788255. OLE color: 788255.
HSL color Cylindrical-coordinate representation of color #1F070C: hue angle of 347.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 #1F070C is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 7 | 12 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.88 |
| HSL | 347.5º | 0.63% | 0.07% | - |
| HSV(B) | 347.5º | 0.77% | 0.12% | - |
| XYZ | 0.71 | 0.47 | 0.4 | - |
| YUV | 14.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 7 | 12 | 0 | 0.77 | 0.61 | 0.88 | 347.5 | 0.63 | 0.07 |
| Hex | 1F | 7 | C | 0 | 4D | 3D | 58 | 15C | 3F | 7 |
| Octal | 37 | 7 | 14 | 0 | 115 | 75 | 130 | 534 | 77 | 7 |
| Binary | 11111 | 111 | 1100 | 0 | 1001101 | 111101 | 1011000 | 101011100 | 111111 | 111 |
Color Harmonies of #1F070C
Complementary color
Monochromatic Colors of #1F070C
Black with #1F070C
Text Example
Text Example
White with #1F070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F070C; }
p { color: rgb(31,7,12); }
H1.HeaderClassName
{
color: #1F070C;
}
.AnyTagClassName
{
color: #1F070C;
}
</style>
background-color css
<style>
a { background-color: #1F070C; }
a { background-color: rgb(31,7,12); }
div.DivClassName
{
background-color: #1F070C;
}
.BgClassName
{
background-color: #1F070C;
}
</style>
border-color css
<style>
span { border-color: #1F070C; }
span { border-color: rgb(31,7,12); }
td.TdClassName
{
border-color: #1F070C;
}
.TagClassName
{
border-color: #1F070C;
}
</style>