Shades of Rustic Red #3F0E11
Tints of Rustic Red #3F0E11
RGB
CMYK
RGB Variations
Color information
#3F0E11 (or 0x3F0E11) is known color: Rustic Red. HEX triplet: 3F, 0E and 11. RGB value is (63,14,17). Sum of RGB (Red+Green+Blue) = 63+14+17=94 (12% of max value = 765). Red value is 63 (25% from 255 or 67.02% from 94); Green value is 14 (5.86% from 255 or 14.89% from 94); Blue value is 17 (7.03% from 255 or 18.09% from 94); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0E11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0E11 is #C0F1EE. Grayscale: #1D1D1D. Windows color (decimal): -12644847 or 1117759. OLE color: 1117759.
HSL color Cylindrical-coordinate representation of color #3F0E11: hue angle of 356.33º 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 #3F0E11 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 14 | 17 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.75 |
| HSL | 356.33º | 0.64% | 0.15% | - |
| HSV(B) | 356.33º | 0.78% | 0.25% | - |
| XYZ | 2.31 | 1.41 | 0.68 | - |
| YUV | 28.99 | 121.23 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 14 | 17 | 0 | 0.78 | 0.73 | 0.75 | 356.33 | 0.64 | 0.15 |
| Hex | 3F | E | 11 | 0 | 4E | 49 | 4B | 164 | 40 | F |
| Octal | 77 | 16 | 21 | 0 | 116 | 111 | 113 | 544 | 100 | 17 |
| Binary | 111111 | 1110 | 10001 | 0 | 1001110 | 1001001 | 1001011 | 101100100 | 1000000 | 1111 |
Color Harmonies of #3F0E11
Complementary color
Monochromatic Colors of #3F0E11
Black with #3F0E11
Text Example
Text Example
White with #3F0E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0E11; }
p { color: rgb(63,14,17); }
H1.HeaderClassName
{
color: #3F0E11;
}
.AnyTagClassName
{
color: #3F0E11;
}
</style>
background-color css
<style>
a { background-color: #3F0E11; }
a { background-color: rgb(63,14,17); }
div.DivClassName
{
background-color: #3F0E11;
}
.BgClassName
{
background-color: #3F0E11;
}
</style>
border-color css
<style>
span { border-color: #3F0E11; }
span { border-color: rgb(63,14,17); }
td.TdClassName
{
border-color: #3F0E11;
}
.TagClassName
{
border-color: #3F0E11;
}
</style>