Shades of Rustic Red #3F0C0E
Tints of Rustic Red #3F0C0E
RGB
CMYK
RGB Variations
Color information
#3F0C0E (or 0x3F0C0E) is known color: Rustic Red. HEX triplet: 3F, 0C and 0E. RGB value is (63,12,14). Sum of RGB (Red+Green+Blue) = 63+12+14=89 (11% of max value = 765). Red value is 63 (25% from 255 or 70.79% from 89); Green value is 12 (5.08% from 255 or 13.48% from 89); Blue value is 14 (5.86% from 255 or 15.73% from 89); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0C0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0C0E is #C0F3F1. Grayscale: #1B1B1B. Windows color (decimal): -12645362 or 920639. OLE color: 920639.
HSL color Cylindrical-coordinate representation of color #3F0C0E: hue angle of 357.65º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F0C0E is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 12 | 14 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.75 |
| HSL | 357.65º | 0.68% | 0.15% | - |
| HSV(B) | 357.65º | 0.81% | 0.25% | - |
| XYZ | 2.26 | 1.35 | 0.56 | - |
| YUV | 27.48 | 120.4 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 12 | 14 | 0 | 0.81 | 0.78 | 0.75 | 357.65 | 0.68 | 0.15 |
| Hex | 3F | C | E | 0 | 51 | 4E | 4B | 166 | 44 | F |
| Octal | 77 | 14 | 16 | 0 | 121 | 116 | 113 | 546 | 104 | 17 |
| Binary | 111111 | 1100 | 1110 | 0 | 1010001 | 1001110 | 1001011 | 101100110 | 1000100 | 1111 |
Color Harmonies of #3F0C0E
Complementary color
Monochromatic Colors of #3F0C0E
Black with #3F0C0E
Text Example
Text Example
White with #3F0C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0C0E; }
p { color: rgb(63,12,14); }
H1.HeaderClassName
{
color: #3F0C0E;
}
.AnyTagClassName
{
color: #3F0C0E;
}
</style>
background-color css
<style>
a { background-color: #3F0C0E; }
a { background-color: rgb(63,12,14); }
div.DivClassName
{
background-color: #3F0C0E;
}
.BgClassName
{
background-color: #3F0C0E;
}
</style>
border-color css
<style>
span { border-color: #3F0C0E; }
span { border-color: rgb(63,12,14); }
td.TdClassName
{
border-color: #3F0C0E;
}
.TagClassName
{
border-color: #3F0C0E;
}
</style>