Shades of Rustic Red #1F070D
Tints of Rustic Red #1F070D
RGB
CMYK
RGB Variations
Color information
#1F070D (or 0x1F070D) is known color: Rustic Red. HEX triplet: 1F, 07 and 0D. RGB value is (31,7,13). Sum of RGB (Red+Green+Blue) = 31+7+13=51 (6% of max value = 765). Red value is 31 (12.5% from 255 or 60.78% from 51); Green value is 7 (3.12% from 255 or 13.73% from 51); Blue value is 13 (5.47% from 255 or 25.49% from 51); Max value from RGB is 31 - color contains mainly: red. Hex color #1F070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F070D is #E0F8F2. Grayscale: #0E0E0E. Windows color (decimal): -14743795 or 853791. OLE color: 853791.
HSL color Cylindrical-coordinate representation of color #1F070D: hue angle of 345º 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 #1F070D is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 7 | 13 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.88 |
| HSL | 345º | 0.63% | 0.07% | - |
| HSV(B) | 345º | 0.77% | 0.12% | - |
| XYZ | 0.71 | 0.47 | 0.43 | - |
| YUV | 14.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 7 | 13 | 0 | 0.77 | 0.58 | 0.88 | 345 | 0.63 | 0.07 |
| Hex | 1F | 7 | D | 0 | 4D | 3A | 58 | 159 | 3F | 7 |
| Octal | 37 | 7 | 15 | 0 | 115 | 72 | 130 | 531 | 77 | 7 |
| Binary | 11111 | 111 | 1101 | 0 | 1001101 | 111010 | 1011000 | 101011001 | 111111 | 111 |
Color Harmonies of #1F070D
Complementary color
Monochromatic Colors of #1F070D
Black with #1F070D
Text Example
Text Example
White with #1F070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F070D; }
p { color: rgb(31,7,13); }
H1.HeaderClassName
{
color: #1F070D;
}
.AnyTagClassName
{
color: #1F070D;
}
</style>
background-color css
<style>
a { background-color: #1F070D; }
a { background-color: rgb(31,7,13); }
div.DivClassName
{
background-color: #1F070D;
}
.BgClassName
{
background-color: #1F070D;
}
</style>
border-color css
<style>
span { border-color: #1F070D; }
span { border-color: rgb(31,7,13); }
td.TdClassName
{
border-color: #1F070D;
}
.TagClassName
{
border-color: #1F070D;
}
</style>