Shades of Rustic Red #1F0205
Tints of Rustic Red #1F0205
RGB
CMYK
RGB Variations
Color information
#1F0205 (or 0x1F0205) is known color: Rustic Red. HEX triplet: 1F, 02 and 05. RGB value is (31,2,5). Sum of RGB (Red+Green+Blue) = 31+2+5=38 (5% of max value = 765). Red value is 31 (12.5% from 255 or 81.58% from 38); Green value is 2 (1.17% from 255 or 5.26% from 38); Blue value is 5 (2.34% from 255 or 13.16% from 38); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0205 is #E0FDFA. Grayscale: #0B0B0B. Windows color (decimal): -14745083 or 328223. OLE color: 328223.
HSL color Cylindrical-coordinate representation of color #1F0205: hue angle of 353.79º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0205 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 2 | 5 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.88 |
| HSL | 353.79º | 0.88% | 0.06% | - |
| HSV(B) | 353.79º | 0.94% | 0.12% | - |
| XYZ | 0.61 | 0.35 | 0.18 | - |
| YUV | 11.01 | 124.61 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 5 | 0 | 0.94 | 0.84 | 0.88 | 353.79 | 0.88 | 0.06 |
| Hex | 1F | 2 | 5 | 0 | 5E | 54 | 58 | 162 | 58 | 6 |
| Octal | 37 | 2 | 5 | 0 | 136 | 124 | 130 | 542 | 130 | 6 |
| Binary | 11111 | 10 | 101 | 0 | 1011110 | 1010100 | 1011000 | 101100010 | 1011000 | 110 |
Color Harmonies of #1F0205
Complementary color
Monochromatic Colors of #1F0205
Black with #1F0205
Text Example
Text Example
White with #1F0205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0205; }
p { color: rgb(31,2,5); }
H1.HeaderClassName
{
color: #1F0205;
}
.AnyTagClassName
{
color: #1F0205;
}
</style>
background-color css
<style>
a { background-color: #1F0205; }
a { background-color: rgb(31,2,5); }
div.DivClassName
{
background-color: #1F0205;
}
.BgClassName
{
background-color: #1F0205;
}
</style>
border-color css
<style>
span { border-color: #1F0205; }
span { border-color: rgb(31,2,5); }
td.TdClassName
{
border-color: #1F0205;
}
.TagClassName
{
border-color: #1F0205;
}
</style>