Shades of Rustic Red #1F0005
Tints of Rustic Red #1F0005
RGB
CMYK
RGB Variations
Color information
#1F0005 (or 0x1F0005) is known color: Rustic Red. HEX triplet: 1F, 00 and 05. RGB value is (31,0,5). Sum of RGB (Red+Green+Blue) = 31+0+5=36 (4% of max value = 765). Red value is 31 (12.5% from 255 or 86.11% from 36); Green value is 0 (0.39% from 255 or 0% from 36); Blue value is 5 (2.34% from 255 or 13.89% from 36); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0005 is #E0FFFA. Grayscale: #090909. Windows color (decimal): -14745595 or 327711. OLE color: 327711.
HSL color Cylindrical-coordinate representation of color #1F0005: hue angle of 350.32º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F0005 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.84 | 0.88 |
| HSL | 350.32º | 1% | 0.06% | - |
| HSV(B) | 350.32º | 1% | 0.12% | - |
| XYZ | 0.59 | 0.3 | 0.17 | - |
| YUV | 9.84 | 125.27 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 5 | 0 | 1 | 0.84 | 0.88 | 350.32 | 1 | 0.06 |
| Hex | 1F | 0 | 5 | 0 | 64 | 54 | 58 | 15E | 64 | 6 |
| Octal | 37 | 0 | 5 | 0 | 144 | 124 | 130 | 536 | 144 | 6 |
| Binary | 11111 | 0 | 101 | 0 | 1100100 | 1010100 | 1011000 | 101011110 | 1100100 | 110 |
Color Harmonies of #1F0005
Complementary color
Monochromatic Colors of #1F0005
Black with #1F0005
Text Example
Text Example
White with #1F0005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0005; }
p { color: rgb(31,0,5); }
H1.HeaderClassName
{
color: #1F0005;
}
.AnyTagClassName
{
color: #1F0005;
}
</style>
background-color css
<style>
a { background-color: #1F0005; }
a { background-color: rgb(31,0,5); }
div.DivClassName
{
background-color: #1F0005;
}
.BgClassName
{
background-color: #1F0005;
}
</style>
border-color css
<style>
span { border-color: #1F0005; }
span { border-color: rgb(31,0,5); }
td.TdClassName
{
border-color: #1F0005;
}
.TagClassName
{
border-color: #1F0005;
}
</style>