Shades of Rustic Red #1F0108
Tints of Rustic Red #1F0108
RGB
CMYK
RGB Variations
Color information
#1F0108 (or 0x1F0108) is known color: Rustic Red. HEX triplet: 1F, 01 and 08. RGB value is (31,1,8). Sum of RGB (Red+Green+Blue) = 31+1+8=40 (5% of max value = 765). Red value is 31 (12.5% from 255 or 77.5% from 40); Green value is 1 (0.78% from 255 or 2.5% from 40); Blue value is 8 (3.52% from 255 or 20% from 40); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0108 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0108 is #E0FEF7. Grayscale: #0A0A0A. Windows color (decimal): -14745336 or 524575. OLE color: 524575.
HSL color Cylindrical-coordinate representation of color #1F0108: hue angle of 346º 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 #1F0108 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 1 | 8 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.88 |
| HSL | 346º | 0.94% | 0.06% | - |
| HSV(B) | 346º | 0.97% | 0.12% | - |
| XYZ | 0.62 | 0.33 | 0.26 | - |
| YUV | 10.77 | 126.44 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 8 | 0 | 0.97 | 0.74 | 0.88 | 346 | 0.94 | 0.06 |
| Hex | 1F | 1 | 8 | 0 | 61 | 4A | 58 | 15A | 5E | 6 |
| Octal | 37 | 1 | 10 | 0 | 141 | 112 | 130 | 532 | 136 | 6 |
| Binary | 11111 | 1 | 1000 | 0 | 1100001 | 1001010 | 1011000 | 101011010 | 1011110 | 110 |
Color Harmonies of #1F0108
Complementary color
Monochromatic Colors of #1F0108
Black with #1F0108
Text Example
Text Example
White with #1F0108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0108; }
p { color: rgb(31,1,8); }
H1.HeaderClassName
{
color: #1F0108;
}
.AnyTagClassName
{
color: #1F0108;
}
</style>
background-color css
<style>
a { background-color: #1F0108; }
a { background-color: rgb(31,1,8); }
div.DivClassName
{
background-color: #1F0108;
}
.BgClassName
{
background-color: #1F0108;
}
</style>
border-color css
<style>
span { border-color: #1F0108; }
span { border-color: rgb(31,1,8); }
td.TdClassName
{
border-color: #1F0108;
}
.TagClassName
{
border-color: #1F0108;
}
</style>