Shades of Rustic Red #1F0407
Tints of Rustic Red #1F0407
RGB
CMYK
RGB Variations
Color information
#1F0407 (or 0x1F0407) is known color: Rustic Red. HEX triplet: 1F, 04 and 07. RGB value is (31,4,7). Sum of RGB (Red+Green+Blue) = 31+4+7=42 (5% of max value = 765). Red value is 31 (12.5% from 255 or 73.81% from 42); Green value is 4 (1.95% from 255 or 9.52% from 42); Blue value is 7 (3.12% from 255 or 16.67% from 42); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0407 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0407 is #E0FBF8. Grayscale: #0C0C0C. Windows color (decimal): -14744569 or 459807. OLE color: 459807.
HSL color Cylindrical-coordinate representation of color #1F0407: hue angle of 353.33º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F0407 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 4 | 7 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.88 |
| HSL | 353.33º | 0.77% | 0.07% | - |
| HSV(B) | 353.33º | 0.87% | 0.12% | - |
| XYZ | 0.65 | 0.39 | 0.24 | - |
| YUV | 12.42 | 124.95 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 4 | 7 | 0 | 0.87 | 0.77 | 0.88 | 353.33 | 0.77 | 0.07 |
| Hex | 1F | 4 | 7 | 0 | 57 | 4D | 58 | 161 | 4D | 7 |
| Octal | 37 | 4 | 7 | 0 | 127 | 115 | 130 | 541 | 115 | 7 |
| Binary | 11111 | 100 | 111 | 0 | 1010111 | 1001101 | 1011000 | 101100001 | 1001101 | 111 |
Color Harmonies of #1F0407
Complementary color
Monochromatic Colors of #1F0407
Black with #1F0407
Text Example
Text Example
White with #1F0407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0407; }
p { color: rgb(31,4,7); }
H1.HeaderClassName
{
color: #1F0407;
}
.AnyTagClassName
{
color: #1F0407;
}
</style>
background-color css
<style>
a { background-color: #1F0407; }
a { background-color: rgb(31,4,7); }
div.DivClassName
{
background-color: #1F0407;
}
.BgClassName
{
background-color: #1F0407;
}
</style>
border-color css
<style>
span { border-color: #1F0407; }
span { border-color: rgb(31,4,7); }
td.TdClassName
{
border-color: #1F0407;
}
.TagClassName
{
border-color: #1F0407;
}
</style>