Shades of Rustic Red #1F070B
Tints of Rustic Red #1F070B
RGB
CMYK
RGB Variations
Color information
#1F070B (or 0x1F070B) is known color: Rustic Red. HEX triplet: 1F, 07 and 0B. RGB value is (31,7,11). Sum of RGB (Red+Green+Blue) = 31+7+11=49 (6% of max value = 765). Red value is 31 (12.5% from 255 or 63.27% from 49); Green value is 7 (3.12% from 255 or 14.29% from 49); Blue value is 11 (4.69% from 255 or 22.45% from 49); Max value from RGB is 31 - color contains mainly: red. Hex color #1F070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F070B is #E0F8F4. Grayscale: #0E0E0E. Windows color (decimal): -14743797 or 722719. OLE color: 722719.
HSL color Cylindrical-coordinate representation of color #1F070B: hue angle of 350º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F070B is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 7 | 11 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.88 |
| HSL | 350º | 0.63% | 0.07% | - |
| HSV(B) | 350º | 0.77% | 0.12% | - |
| XYZ | 0.7 | 0.47 | 0.37 | - |
| YUV | 14.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 7 | 11 | 0 | 0.77 | 0.65 | 0.88 | 350 | 0.63 | 0.07 |
| Hex | 1F | 7 | B | 0 | 4D | 41 | 58 | 15E | 3F | 7 |
| Octal | 37 | 7 | 13 | 0 | 115 | 101 | 130 | 536 | 77 | 7 |
| Binary | 11111 | 111 | 1011 | 0 | 1001101 | 1000001 | 1011000 | 101011110 | 111111 | 111 |
Color Harmonies of #1F070B
Complementary color
Monochromatic Colors of #1F070B
Black with #1F070B
Text Example
Text Example
White with #1F070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F070B; }
p { color: rgb(31,7,11); }
H1.HeaderClassName
{
color: #1F070B;
}
.AnyTagClassName
{
color: #1F070B;
}
</style>
background-color css
<style>
a { background-color: #1F070B; }
a { background-color: rgb(31,7,11); }
div.DivClassName
{
background-color: #1F070B;
}
.BgClassName
{
background-color: #1F070B;
}
</style>
border-color css
<style>
span { border-color: #1F070B; }
span { border-color: rgb(31,7,11); }
td.TdClassName
{
border-color: #1F070B;
}
.TagClassName
{
border-color: #1F070B;
}
</style>