Shades of Rustic Red #3F0710
Tints of Rustic Red #3F0710
RGB
CMYK
RGB Variations
Color information
#3F0710 (or 0x3F0710) is known color: Rustic Red. HEX triplet: 3F, 07 and 10. RGB value is (63,7,16). Sum of RGB (Red+Green+Blue) = 63+7+16=86 (11% of max value = 765). Red value is 63 (25% from 255 or 73.26% from 86); Green value is 7 (3.12% from 255 or 8.14% from 86); Blue value is 16 (6.64% from 255 or 18.60% from 86); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0710 is #C0F8EF. Grayscale: #181818. Windows color (decimal): -12646640 or 1050431. OLE color: 1050431.
HSL color Cylindrical-coordinate representation of color #3F0710: hue angle of 350.36º 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 #3F0710 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 7 | 16 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.75 |
| HSL | 350.36º | 0.8% | 0.14% | - |
| HSV(B) | 350.36º | 0.89% | 0.25% | - |
| XYZ | 2.22 | 1.25 | 0.61 | - |
| YUV | 24.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 7 | 16 | 0 | 0.89 | 0.75 | 0.75 | 350.36 | 0.8 | 0.14 |
| Hex | 3F | 7 | 10 | 0 | 59 | 4B | 4B | 15E | 50 | E |
| Octal | 77 | 7 | 20 | 0 | 131 | 113 | 113 | 536 | 120 | 16 |
| Binary | 111111 | 111 | 10000 | 0 | 1011001 | 1001011 | 1001011 | 101011110 | 1010000 | 1110 |
Color Harmonies of #3F0710
Complementary color
Monochromatic Colors of #3F0710
Black with #3F0710
Text Example
Text Example
White with #3F0710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0710; }
p { color: rgb(63,7,16); }
H1.HeaderClassName
{
color: #3F0710;
}
.AnyTagClassName
{
color: #3F0710;
}
</style>
background-color css
<style>
a { background-color: #3F0710; }
a { background-color: rgb(63,7,16); }
div.DivClassName
{
background-color: #3F0710;
}
.BgClassName
{
background-color: #3F0710;
}
</style>
border-color css
<style>
span { border-color: #3F0710; }
span { border-color: rgb(63,7,16); }
td.TdClassName
{
border-color: #3F0710;
}
.TagClassName
{
border-color: #3F0710;
}
</style>