Shades of Rustic Red #3F0E14
Tints of Rustic Red #3F0E14
RGB
CMYK
RGB Variations
Color information
#3F0E14 (or 0x3F0E14) is known color: Rustic Red. HEX triplet: 3F, 0E and 14. RGB value is (63,14,20). Sum of RGB (Red+Green+Blue) = 63+14+20=97 (12% of max value = 765). Red value is 63 (25% from 255 or 64.95% from 97); Green value is 14 (5.86% from 255 or 14.43% from 97); Blue value is 20 (8.20% from 255 or 20.62% from 97); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0E14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0E14 is #C0F1EB. Grayscale: #1D1D1D. Windows color (decimal): -12644844 or 1314367. OLE color: 1314367.
HSL color Cylindrical-coordinate representation of color #3F0E14: hue angle of 352.65º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F0E14 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 14 | 20 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.75 |
| HSL | 352.65º | 0.64% | 0.15% | - |
| HSV(B) | 352.65º | 0.78% | 0.25% | - |
| XYZ | 2.33 | 1.42 | 0.81 | - |
| YUV | 29.34 | 122.73 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 14 | 20 | 0 | 0.78 | 0.68 | 0.75 | 352.65 | 0.64 | 0.15 |
| Hex | 3F | E | 14 | 0 | 4E | 44 | 4B | 161 | 40 | F |
| Octal | 77 | 16 | 24 | 0 | 116 | 104 | 113 | 541 | 100 | 17 |
| Binary | 111111 | 1110 | 10100 | 0 | 1001110 | 1000100 | 1001011 | 101100001 | 1000000 | 1111 |
Color Harmonies of #3F0E14
Complementary color
Monochromatic Colors of #3F0E14
Black with #3F0E14
Text Example
Text Example
White with #3F0E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0E14; }
p { color: rgb(63,14,20); }
H1.HeaderClassName
{
color: #3F0E14;
}
.AnyTagClassName
{
color: #3F0E14;
}
</style>
background-color css
<style>
a { background-color: #3F0E14; }
a { background-color: rgb(63,14,20); }
div.DivClassName
{
background-color: #3F0E14;
}
.BgClassName
{
background-color: #3F0E14;
}
</style>
border-color css
<style>
span { border-color: #3F0E14; }
span { border-color: rgb(63,14,20); }
td.TdClassName
{
border-color: #3F0E14;
}
.TagClassName
{
border-color: #3F0E14;
}
</style>