Shades of Rustic Red #3F0711
Tints of Rustic Red #3F0711
RGB
CMYK
RGB Variations
Color information
#3F0711 (or 0x3F0711) is known color: Rustic Red. HEX triplet: 3F, 07 and 11. RGB value is (63,7,17). Sum of RGB (Red+Green+Blue) = 63+7+17=87 (11% of max value = 765). Red value is 63 (25% from 255 or 72.41% from 87); Green value is 7 (3.12% from 255 or 8.05% from 87); Blue value is 17 (7.03% from 255 or 19.54% from 87); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0711 is #C0F8EE. Grayscale: #181818. Windows color (decimal): -12646639 or 1115967. OLE color: 1115967.
HSL color Cylindrical-coordinate representation of color #3F0711: hue angle of 349.29º 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 #3F0711 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 7 | 17 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.75 |
| HSL | 349.29º | 0.8% | 0.14% | - |
| HSV(B) | 349.29º | 0.89% | 0.25% | - |
| XYZ | 2.23 | 1.25 | 0.65 | - |
| YUV | 24.88 | 123.55 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 7 | 17 | 0 | 0.89 | 0.73 | 0.75 | 349.29 | 0.8 | 0.14 |
| Hex | 3F | 7 | 11 | 0 | 59 | 49 | 4B | 15D | 50 | E |
| Octal | 77 | 7 | 21 | 0 | 131 | 111 | 113 | 535 | 120 | 16 |
| Binary | 111111 | 111 | 10001 | 0 | 1011001 | 1001001 | 1001011 | 101011101 | 1010000 | 1110 |
Color Harmonies of #3F0711
Complementary color
Monochromatic Colors of #3F0711
Black with #3F0711
Text Example
Text Example
White with #3F0711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0711; }
p { color: rgb(63,7,17); }
H1.HeaderClassName
{
color: #3F0711;
}
.AnyTagClassName
{
color: #3F0711;
}
</style>
background-color css
<style>
a { background-color: #3F0711; }
a { background-color: rgb(63,7,17); }
div.DivClassName
{
background-color: #3F0711;
}
.BgClassName
{
background-color: #3F0711;
}
</style>
border-color css
<style>
span { border-color: #3F0711; }
span { border-color: rgb(63,7,17); }
td.TdClassName
{
border-color: #3F0711;
}
.TagClassName
{
border-color: #3F0711;
}
</style>