Shades of Rustic Red #1F0007
Tints of Rustic Red #1F0007
RGB
CMYK
RGB Variations
Color information
#1F0007 (or 0x1F0007) is known color: Rustic Red. HEX triplet: 1F, 00 and 07. RGB value is (31,0,7). Sum of RGB (Red+Green+Blue) = 31+0+7=38 (5% of max value = 765). Red value is 31 (12.5% from 255 or 81.58% from 38); Green value is 0 (0.39% from 255 or 0% from 38); Blue value is 7 (3.12% from 255 or 18.42% from 38); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0007 is #E0FFF8. Grayscale: #0A0A0A. Windows color (decimal): -14745593 or 458783. OLE color: 458783.
HSL color Cylindrical-coordinate representation of color #1F0007: hue angle of 346.45º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F0007 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.77 | 0.88 |
| HSL | 346.45º | 1% | 0.06% | - |
| HSV(B) | 346.45º | 1% | 0.12% | - |
| XYZ | 0.6 | 0.31 | 0.23 | - |
| YUV | 10.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 7 | 0 | 1 | 0.77 | 0.88 | 346.45 | 1 | 0.06 |
| Hex | 1F | 0 | 7 | 0 | 64 | 4D | 58 | 15A | 64 | 6 |
| Octal | 37 | 0 | 7 | 0 | 144 | 115 | 130 | 532 | 144 | 6 |
| Binary | 11111 | 0 | 111 | 0 | 1100100 | 1001101 | 1011000 | 101011010 | 1100100 | 110 |
Color Harmonies of #1F0007
Complementary color
Monochromatic Colors of #1F0007
Black with #1F0007
Text Example
Text Example
White with #1F0007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0007; }
p { color: rgb(31,0,7); }
H1.HeaderClassName
{
color: #1F0007;
}
.AnyTagClassName
{
color: #1F0007;
}
</style>
background-color css
<style>
a { background-color: #1F0007; }
a { background-color: rgb(31,0,7); }
div.DivClassName
{
background-color: #1F0007;
}
.BgClassName
{
background-color: #1F0007;
}
</style>
border-color css
<style>
span { border-color: #1F0007; }
span { border-color: rgb(31,0,7); }
td.TdClassName
{
border-color: #1F0007;
}
.TagClassName
{
border-color: #1F0007;
}
</style>