Shades of Rustic Red #1F050F
Tints of Rustic Red #1F050F
RGB
CMYK
RGB Variations
Color information
#1F050F (or 0x1F050F) is known color: Rustic Red. HEX triplet: 1F, 05 and 0F. RGB value is (31,5,15). Sum of RGB (Red+Green+Blue) = 31+5+15=51 (6% of max value = 765). Red value is 31 (12.5% from 255 or 60.78% from 51); Green value is 5 (2.34% from 255 or 9.80% from 51); Blue value is 15 (6.25% from 255 or 29.41% from 51); Max value from RGB is 31 - color contains mainly: red. Hex color #1F050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F050F is #E0FAF0. Grayscale: #0D0D0D. Windows color (decimal): -14744305 or 984351. OLE color: 984351.
HSL color Cylindrical-coordinate representation of color #1F050F: hue angle of 336.92º 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 #1F050F is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 5 | 15 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.88 |
| HSL | 336.92º | 0.72% | 0.07% | - |
| HSV(B) | 336.92º | 0.84% | 0.12% | - |
| XYZ | 0.71 | 0.43 | 0.5 | - |
| YUV | 13.91 | 128.61 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 5 | 15 | 0 | 0.84 | 0.52 | 0.88 | 336.92 | 0.72 | 0.07 |
| Hex | 1F | 5 | F | 0 | 54 | 34 | 58 | 151 | 48 | 7 |
| Octal | 37 | 5 | 17 | 0 | 124 | 64 | 130 | 521 | 110 | 7 |
| Binary | 11111 | 101 | 1111 | 0 | 1010100 | 110100 | 1011000 | 101010001 | 1001000 | 111 |
Color Harmonies of #1F050F
Complementary color
Monochromatic Colors of #1F050F
Black with #1F050F
Text Example
Text Example
White with #1F050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F050F; }
p { color: rgb(31,5,15); }
H1.HeaderClassName
{
color: #1F050F;
}
.AnyTagClassName
{
color: #1F050F;
}
</style>
background-color css
<style>
a { background-color: #1F050F; }
a { background-color: rgb(31,5,15); }
div.DivClassName
{
background-color: #1F050F;
}
.BgClassName
{
background-color: #1F050F;
}
</style>
border-color css
<style>
span { border-color: #1F050F; }
span { border-color: rgb(31,5,15); }
td.TdClassName
{
border-color: #1F050F;
}
.TagClassName
{
border-color: #1F050F;
}
</style>