Shades of Rustic Red #1F010B
Tints of Rustic Red #1F010B
RGB
CMYK
RGB Variations
Color information
#1F010B (or 0x1F010B) is known color: Rustic Red. HEX triplet: 1F, 01 and 0B. RGB value is (31,1,11). Sum of RGB (Red+Green+Blue) = 31+1+11=43 (5% of max value = 765). Red value is 31 (12.5% from 255 or 72.09% from 43); Green value is 1 (0.78% from 255 or 2.33% from 43); Blue value is 11 (4.69% from 255 or 25.58% from 43); Max value from RGB is 31 - color contains mainly: red. Hex color #1F010B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F010B is #E0FEF4. Grayscale: #0B0B0B. Windows color (decimal): -14745333 or 721183. OLE color: 721183.
HSL color Cylindrical-coordinate representation of color #1F010B: hue angle of 340º 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 #1F010B is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 1 | 11 | - |
| CMYK | 0 | 0.97 | 0.65 | 0.88 |
| HSL | 340º | 0.94% | 0.06% | - |
| HSV(B) | 340º | 0.97% | 0.12% | - |
| XYZ | 0.64 | 0.34 | 0.35 | - |
| YUV | 11.11 | 127.94 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 11 | 0 | 0.97 | 0.65 | 0.88 | 340 | 0.94 | 0.06 |
| Hex | 1F | 1 | B | 0 | 61 | 41 | 58 | 154 | 5E | 6 |
| Octal | 37 | 1 | 13 | 0 | 141 | 101 | 130 | 524 | 136 | 6 |
| Binary | 11111 | 1 | 1011 | 0 | 1100001 | 1000001 | 1011000 | 101010100 | 1011110 | 110 |
Color Harmonies of #1F010B
Complementary color
Monochromatic Colors of #1F010B
Black with #1F010B
Text Example
Text Example
White with #1F010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F010B; }
p { color: rgb(31,1,11); }
H1.HeaderClassName
{
color: #1F010B;
}
.AnyTagClassName
{
color: #1F010B;
}
</style>
background-color css
<style>
a { background-color: #1F010B; }
a { background-color: rgb(31,1,11); }
div.DivClassName
{
background-color: #1F010B;
}
.BgClassName
{
background-color: #1F010B;
}
</style>
border-color css
<style>
span { border-color: #1F010B; }
span { border-color: rgb(31,1,11); }
td.TdClassName
{
border-color: #1F010B;
}
.TagClassName
{
border-color: #1F010B;
}
</style>