Shades of Rustic Red #3F070E
Tints of Rustic Red #3F070E
RGB
CMYK
RGB Variations
Color information
#3F070E (or 0x3F070E) is known color: Rustic Red. HEX triplet: 3F, 07 and 0E. RGB value is (63,7,14). Sum of RGB (Red+Green+Blue) = 63+7+14=84 (11% of max value = 765). Red value is 63 (25% from 255 or 75% from 84); Green value is 7 (3.12% from 255 or 8.33% from 84); Blue value is 14 (5.86% from 255 or 16.67% from 84); Max value from RGB is 63 - color contains mainly: red. Hex color #3F070E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F070E is #C0F8F1. Grayscale: #181818. Windows color (decimal): -12646642 or 919359. OLE color: 919359.
HSL color Cylindrical-coordinate representation of color #3F070E: hue angle of 352.5º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F070E is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 7 | 14 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.75 |
| HSL | 352.5º | 0.8% | 0.14% | - |
| HSV(B) | 352.5º | 0.89% | 0.25% | - |
| XYZ | 2.21 | 1.24 | 0.54 | - |
| YUV | 24.54 | 122.05 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 7 | 14 | 0 | 0.89 | 0.78 | 0.75 | 352.5 | 0.8 | 0.14 |
| Hex | 3F | 7 | E | 0 | 59 | 4E | 4B | 160 | 50 | E |
| Octal | 77 | 7 | 16 | 0 | 131 | 116 | 113 | 540 | 120 | 16 |
| Binary | 111111 | 111 | 1110 | 0 | 1011001 | 1001110 | 1001011 | 101100000 | 1010000 | 1110 |
Color Harmonies of #3F070E
Complementary color
Monochromatic Colors of #3F070E
Black with #3F070E
Text Example
Text Example
White with #3F070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F070E; }
p { color: rgb(63,7,14); }
H1.HeaderClassName
{
color: #3F070E;
}
.AnyTagClassName
{
color: #3F070E;
}
</style>
background-color css
<style>
a { background-color: #3F070E; }
a { background-color: rgb(63,7,14); }
div.DivClassName
{
background-color: #3F070E;
}
.BgClassName
{
background-color: #3F070E;
}
</style>
border-color css
<style>
span { border-color: #3F070E; }
span { border-color: rgb(63,7,14); }
td.TdClassName
{
border-color: #3F070E;
}
.TagClassName
{
border-color: #3F070E;
}
</style>