Shades of Rustic Red #1F040F
Tints of Rustic Red #1F040F
RGB
CMYK
RGB Variations
Color information
#1F040F (or 0x1F040F) is known color: Rustic Red. HEX triplet: 1F, 04 and 0F. RGB value is (31,4,15). Sum of RGB (Red+Green+Blue) = 31+4+15=50 (6% of max value = 765). Red value is 31 (12.5% from 255 or 62% from 50); Green value is 4 (1.95% from 255 or 8% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 31 - color contains mainly: red. Hex color #1F040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F040F is #E0FBF0. Grayscale: #0D0D0D. Windows color (decimal): -14744561 or 984095. OLE color: 984095.
HSL color Cylindrical-coordinate representation of color #1F040F: hue angle of 335.56º 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 #1F040F is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 4 | 15 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.88 |
| HSL | 335.56º | 0.77% | 0.07% | - |
| HSV(B) | 335.56º | 0.87% | 0.12% | - |
| XYZ | 0.69 | 0.41 | 0.49 | - |
| YUV | 13.33 | 128.95 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 4 | 15 | 0 | 0.87 | 0.52 | 0.88 | 335.56 | 0.77 | 0.07 |
| Hex | 1F | 4 | F | 0 | 57 | 34 | 58 | 150 | 4D | 7 |
| Octal | 37 | 4 | 17 | 0 | 127 | 64 | 130 | 520 | 115 | 7 |
| Binary | 11111 | 100 | 1111 | 0 | 1010111 | 110100 | 1011000 | 101010000 | 1001101 | 111 |
Color Harmonies of #1F040F
Complementary color
Monochromatic Colors of #1F040F
Black with #1F040F
Text Example
Text Example
White with #1F040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F040F; }
p { color: rgb(31,4,15); }
H1.HeaderClassName
{
color: #1F040F;
}
.AnyTagClassName
{
color: #1F040F;
}
</style>
background-color css
<style>
a { background-color: #1F040F; }
a { background-color: rgb(31,4,15); }
div.DivClassName
{
background-color: #1F040F;
}
.BgClassName
{
background-color: #1F040F;
}
</style>
border-color css
<style>
span { border-color: #1F040F; }
span { border-color: rgb(31,4,15); }
td.TdClassName
{
border-color: #1F040F;
}
.TagClassName
{
border-color: #1F040F;
}
</style>