Shades of Rustic Red #3F0714
Tints of Rustic Red #3F0714
RGB
CMYK
RGB Variations
Color information
#3F0714 (or 0x3F0714) is known color: Rustic Red. HEX triplet: 3F, 07 and 14. RGB value is (63,7,20). Sum of RGB (Red+Green+Blue) = 63+7+20=90 (11% of max value = 765). Red value is 63 (25% from 255 or 70% from 90); Green value is 7 (3.12% from 255 or 7.78% from 90); Blue value is 20 (8.20% from 255 or 22.22% from 90); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0714 is #C0F8EB. Grayscale: #191919. Windows color (decimal): -12646636 or 1312575. OLE color: 1312575.
HSL color Cylindrical-coordinate representation of color #3F0714: hue angle of 346.07º 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 #3F0714 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 7 | 20 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.75 |
| HSL | 346.07º | 0.8% | 0.14% | - |
| HSV(B) | 346.07º | 0.89% | 0.25% | - |
| XYZ | 2.25 | 1.26 | 0.79 | - |
| YUV | 25.23 | 125.05 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 7 | 20 | 0 | 0.89 | 0.68 | 0.75 | 346.07 | 0.8 | 0.14 |
| Hex | 3F | 7 | 14 | 0 | 59 | 44 | 4B | 15A | 50 | E |
| Octal | 77 | 7 | 24 | 0 | 131 | 104 | 113 | 532 | 120 | 16 |
| Binary | 111111 | 111 | 10100 | 0 | 1011001 | 1000100 | 1001011 | 101011010 | 1010000 | 1110 |
Color Harmonies of #3F0714
Complementary color
Monochromatic Colors of #3F0714
Black with #3F0714
Text Example
Text Example
White with #3F0714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0714; }
p { color: rgb(63,7,20); }
H1.HeaderClassName
{
color: #3F0714;
}
.AnyTagClassName
{
color: #3F0714;
}
</style>
background-color css
<style>
a { background-color: #3F0714; }
a { background-color: rgb(63,7,20); }
div.DivClassName
{
background-color: #3F0714;
}
.BgClassName
{
background-color: #3F0714;
}
</style>
border-color css
<style>
span { border-color: #3F0714; }
span { border-color: rgb(63,7,20); }
td.TdClassName
{
border-color: #3F0714;
}
.TagClassName
{
border-color: #3F0714;
}
</style>