Shades of Rustic Red #1F0207
Tints of Rustic Red #1F0207
RGB
CMYK
RGB Variations
Color information
#1F0207 (or 0x1F0207) is known color: Rustic Red. HEX triplet: 1F, 02 and 07. RGB value is (31,2,7). Sum of RGB (Red+Green+Blue) = 31+2+7=40 (5% of max value = 765). Red value is 31 (12.5% from 255 or 77.5% from 40); Green value is 2 (1.17% from 255 or 5% from 40); Blue value is 7 (3.12% from 255 or 17.5% from 40); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0207 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0207 is #E0FDF8. Grayscale: #0B0B0B. Windows color (decimal): -14745081 or 459295. OLE color: 459295.
HSL color Cylindrical-coordinate representation of color #1F0207: hue angle of 349.66º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0207 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 2 | 7 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.88 |
| HSL | 349.66º | 0.88% | 0.06% | - |
| HSV(B) | 349.66º | 0.94% | 0.12% | - |
| XYZ | 0.63 | 0.35 | 0.24 | - |
| YUV | 11.24 | 125.61 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 7 | 0 | 0.94 | 0.77 | 0.88 | 349.66 | 0.88 | 0.06 |
| Hex | 1F | 2 | 7 | 0 | 5E | 4D | 58 | 15E | 58 | 6 |
| Octal | 37 | 2 | 7 | 0 | 136 | 115 | 130 | 536 | 130 | 6 |
| Binary | 11111 | 10 | 111 | 0 | 1011110 | 1001101 | 1011000 | 101011110 | 1011000 | 110 |
Color Harmonies of #1F0207
Complementary color
Monochromatic Colors of #1F0207
Black with #1F0207
Text Example
Text Example
White with #1F0207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0207; }
p { color: rgb(31,2,7); }
H1.HeaderClassName
{
color: #1F0207;
}
.AnyTagClassName
{
color: #1F0207;
}
</style>
background-color css
<style>
a { background-color: #1F0207; }
a { background-color: rgb(31,2,7); }
div.DivClassName
{
background-color: #1F0207;
}
.BgClassName
{
background-color: #1F0207;
}
</style>
border-color css
<style>
span { border-color: #1F0207; }
span { border-color: rgb(31,2,7); }
td.TdClassName
{
border-color: #1F0207;
}
.TagClassName
{
border-color: #1F0207;
}
</style>