Shades of Rustic Red #3F080E
Tints of Rustic Red #3F080E
RGB
CMYK
RGB Variations
Color information
#3F080E (or 0x3F080E) is known color: Rustic Red. HEX triplet: 3F, 08 and 0E. RGB value is (63,8,14). Sum of RGB (Red+Green+Blue) = 63+8+14=85 (11% of max value = 765). Red value is 63 (25% from 255 or 74.12% from 85); Green value is 8 (3.52% from 255 or 9.41% from 85); Blue value is 14 (5.86% from 255 or 16.47% from 85); Max value from RGB is 63 - color contains mainly: red. Hex color #3F080E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F080E is #C0F7F1. Grayscale: #191919. Windows color (decimal): -12646386 or 919615. OLE color: 919615.
HSL color Cylindrical-coordinate representation of color #3F080E: hue angle of 353.45º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F080E is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 8 | 14 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.75 |
| HSL | 353.45º | 0.77% | 0.14% | - |
| HSV(B) | 353.45º | 0.87% | 0.25% | - |
| XYZ | 2.22 | 1.26 | 0.54 | - |
| YUV | 25.13 | 121.72 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 14 | 0 | 0.87 | 0.78 | 0.75 | 353.45 | 0.77 | 0.14 |
| Hex | 3F | 8 | E | 0 | 57 | 4E | 4B | 161 | 4D | E |
| Octal | 77 | 10 | 16 | 0 | 127 | 116 | 113 | 541 | 115 | 16 |
| Binary | 111111 | 1000 | 1110 | 0 | 1010111 | 1001110 | 1001011 | 101100001 | 1001101 | 1110 |
Color Harmonies of #3F080E
Complementary color
Monochromatic Colors of #3F080E
Black with #3F080E
Text Example
Text Example
White with #3F080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F080E; }
p { color: rgb(63,8,14); }
H1.HeaderClassName
{
color: #3F080E;
}
.AnyTagClassName
{
color: #3F080E;
}
</style>
background-color css
<style>
a { background-color: #3F080E; }
a { background-color: rgb(63,8,14); }
div.DivClassName
{
background-color: #3F080E;
}
.BgClassName
{
background-color: #3F080E;
}
</style>
border-color css
<style>
span { border-color: #3F080E; }
span { border-color: rgb(63,8,14); }
td.TdClassName
{
border-color: #3F080E;
}
.TagClassName
{
border-color: #3F080E;
}
</style>