Shades of Rustic Red #1F0509
Tints of Rustic Red #1F0509
RGB
CMYK
RGB Variations
Color information
#1F0509 (or 0x1F0509) is known color: Rustic Red. HEX triplet: 1F, 05 and 09. RGB value is (31,5,9). Sum of RGB (Red+Green+Blue) = 31+5+9=45 (5% of max value = 765). Red value is 31 (12.5% from 255 or 68.89% from 45); Green value is 5 (2.34% from 255 or 11.11% from 45); Blue value is 9 (3.91% from 255 or 20% from 45); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0509 is #E0FAF6. Grayscale: #0D0D0D. Windows color (decimal): -14744311 or 591135. OLE color: 591135.
HSL color Cylindrical-coordinate representation of color #1F0509: hue angle of 350.77º 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 #1F0509 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 5 | 9 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.88 |
| HSL | 350.77º | 0.72% | 0.07% | - |
| HSV(B) | 350.77º | 0.84% | 0.12% | - |
| XYZ | 0.67 | 0.42 | 0.3 | - |
| YUV | 13.23 | 125.61 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 5 | 9 | 0 | 0.84 | 0.71 | 0.88 | 350.77 | 0.72 | 0.07 |
| Hex | 1F | 5 | 9 | 0 | 54 | 47 | 58 | 15F | 48 | 7 |
| Octal | 37 | 5 | 11 | 0 | 124 | 107 | 130 | 537 | 110 | 7 |
| Binary | 11111 | 101 | 1001 | 0 | 1010100 | 1000111 | 1011000 | 101011111 | 1001000 | 111 |
Color Harmonies of #1F0509
Complementary color
Monochromatic Colors of #1F0509
Black with #1F0509
Text Example
Text Example
White with #1F0509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0509; }
p { color: rgb(31,5,9); }
H1.HeaderClassName
{
color: #1F0509;
}
.AnyTagClassName
{
color: #1F0509;
}
</style>
background-color css
<style>
a { background-color: #1F0509; }
a { background-color: rgb(31,5,9); }
div.DivClassName
{
background-color: #1F0509;
}
.BgClassName
{
background-color: #1F0509;
}
</style>
border-color css
<style>
span { border-color: #1F0509; }
span { border-color: rgb(31,5,9); }
td.TdClassName
{
border-color: #1F0509;
}
.TagClassName
{
border-color: #1F0509;
}
</style>