Shades of Rustic Red #1F0106
Tints of Rustic Red #1F0106
RGB
CMYK
RGB Variations
Color information
#1F0106 (or 0x1F0106) is known color: Rustic Red. HEX triplet: 1F, 01 and 06. RGB value is (31,1,6). Sum of RGB (Red+Green+Blue) = 31+1+6=38 (5% of max value = 765). Red value is 31 (12.5% from 255 or 81.58% from 38); Green value is 1 (0.78% from 255 or 2.63% from 38); Blue value is 6 (2.73% from 255 or 15.79% from 38); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0106 is #E0FEF9. Grayscale: #0A0A0A. Windows color (decimal): -14745338 or 393503. OLE color: 393503.
HSL color Cylindrical-coordinate representation of color #1F0106: hue angle of 350º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F0106 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 1 | 6 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.88 |
| HSL | 350º | 0.94% | 0.06% | - |
| HSV(B) | 350º | 0.97% | 0.12% | - |
| XYZ | 0.61 | 0.33 | 0.2 | - |
| YUV | 10.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 6 | 0 | 0.97 | 0.81 | 0.88 | 350 | 0.94 | 0.06 |
| Hex | 1F | 1 | 6 | 0 | 61 | 51 | 58 | 15E | 5E | 6 |
| Octal | 37 | 1 | 6 | 0 | 141 | 121 | 130 | 536 | 136 | 6 |
| Binary | 11111 | 1 | 110 | 0 | 1100001 | 1010001 | 1011000 | 101011110 | 1011110 | 110 |
Color Harmonies of #1F0106
Complementary color
Monochromatic Colors of #1F0106
Black with #1F0106
Text Example
Text Example
White with #1F0106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0106; }
p { color: rgb(31,1,6); }
H1.HeaderClassName
{
color: #1F0106;
}
.AnyTagClassName
{
color: #1F0106;
}
</style>
background-color css
<style>
a { background-color: #1F0106; }
a { background-color: rgb(31,1,6); }
div.DivClassName
{
background-color: #1F0106;
}
.BgClassName
{
background-color: #1F0106;
}
</style>
border-color css
<style>
span { border-color: #1F0106; }
span { border-color: rgb(31,1,6); }
td.TdClassName
{
border-color: #1F0106;
}
.TagClassName
{
border-color: #1F0106;
}
</style>