Shades of Rustic Red #1F1011
Tints of Rustic Red #1F1011
RGB
CMYK
RGB Variations
Color information
#1F1011 (or 0x1F1011) is known color: Rustic Red. HEX triplet: 1F, 10 and 11. RGB value is (31,16,17). Sum of RGB (Red+Green+Blue) = 31+16+17=64 (8% of max value = 765). Red value is 31 (12.5% from 255 or 48.44% from 64); Green value is 16 (6.64% from 255 or 25% from 64); Blue value is 17 (7.03% from 255 or 26.56% from 64); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1011 is #E0EFEE. Grayscale: #141414. Windows color (decimal): -14741487 or 1118239. OLE color: 1118239.
HSL color Cylindrical-coordinate representation of color #1F1011: hue angle of 356º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1F1011 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 16 | 17 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.88 |
| HSL | 356º | 0.32% | 0.09% | - |
| HSV(B) | 356º | 0.48% | 0.12% | - |
| XYZ | 0.85 | 0.7 | 0.62 | - |
| YUV | 20.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 16 | 17 | 0 | 0.48 | 0.45 | 0.88 | 356 | 0.32 | 0.09 |
| Hex | 1F | 10 | 11 | 0 | 30 | 2D | 58 | 164 | 20 | 9 |
| Octal | 37 | 20 | 21 | 0 | 60 | 55 | 130 | 544 | 40 | 11 |
| Binary | 11111 | 10000 | 10001 | 0 | 110000 | 101101 | 1011000 | 101100100 | 100000 | 1001 |
Color Harmonies of #1F1011
Complementary color
Monochromatic Colors of #1F1011
Black with #1F1011
Text Example
Text Example
White with #1F1011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1011; }
p { color: rgb(31,16,17); }
H1.HeaderClassName
{
color: #1F1011;
}
.AnyTagClassName
{
color: #1F1011;
}
</style>
background-color css
<style>
a { background-color: #1F1011; }
a { background-color: rgb(31,16,17); }
div.DivClassName
{
background-color: #1F1011;
}
.BgClassName
{
background-color: #1F1011;
}
</style>
border-color css
<style>
span { border-color: #1F1011; }
span { border-color: rgb(31,16,17); }
td.TdClassName
{
border-color: #1F1011;
}
.TagClassName
{
border-color: #1F1011;
}
</style>