Shades of Rustic Red #1F0507
Tints of Rustic Red #1F0507
RGB
CMYK
RGB Variations
Color information
#1F0507 (or 0x1F0507) is known color: Rustic Red. HEX triplet: 1F, 05 and 07. RGB value is (31,5,7). Sum of RGB (Red+Green+Blue) = 31+5+7=43 (5% of max value = 765). Red value is 31 (12.5% from 255 or 72.09% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 7 (3.12% from 255 or 16.28% from 43); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0507 is #E0FAF8. Grayscale: #0D0D0D. Windows color (decimal): -14744313 or 460063. OLE color: 460063.
HSL color Cylindrical-coordinate representation of color #1F0507: hue angle of 355.38º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F0507 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 5 | 7 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.88 |
| HSL | 355.38º | 0.72% | 0.07% | - |
| HSV(B) | 355.38º | 0.84% | 0.12% | - |
| XYZ | 0.66 | 0.42 | 0.25 | - |
| YUV | 13 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 5 | 7 | 0 | 0.84 | 0.77 | 0.88 | 355.38 | 0.72 | 0.07 |
| Hex | 1F | 5 | 7 | 0 | 54 | 4D | 58 | 163 | 48 | 7 |
| Octal | 37 | 5 | 7 | 0 | 124 | 115 | 130 | 543 | 110 | 7 |
| Binary | 11111 | 101 | 111 | 0 | 1010100 | 1001101 | 1011000 | 101100011 | 1001000 | 111 |
Color Harmonies of #1F0507
Complementary color
Monochromatic Colors of #1F0507
Black with #1F0507
Text Example
Text Example
White with #1F0507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0507; }
p { color: rgb(31,5,7); }
H1.HeaderClassName
{
color: #1F0507;
}
.AnyTagClassName
{
color: #1F0507;
}
</style>
background-color css
<style>
a { background-color: #1F0507; }
a { background-color: rgb(31,5,7); }
div.DivClassName
{
background-color: #1F0507;
}
.BgClassName
{
background-color: #1F0507;
}
</style>
border-color css
<style>
span { border-color: #1F0507; }
span { border-color: rgb(31,5,7); }
td.TdClassName
{
border-color: #1F0507;
}
.TagClassName
{
border-color: #1F0507;
}
</style>