Shades of Rustic Red #390E14
Tints of Rustic Red #390E14
RGB
CMYK
RGB Variations
Color information
#390E14 (or 0x390E14) is known color: Rustic Red. HEX triplet: 39, 0E and 14. RGB value is (57,14,20). Sum of RGB (Red+Green+Blue) = 57+14+20=91 (12% of max value = 765). Red value is 57 (22.66% from 255 or 62.64% from 91); Green value is 14 (5.86% from 255 or 15.38% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 57 - color contains mainly: red. Hex color #390E14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390E14 is #C6F1EB. Grayscale: #1B1B1B. Windows color (decimal): -13038060 or 1314361. OLE color: 1314361.
HSL color Cylindrical-coordinate representation of color #390E14: hue angle of 351.63º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #390E14 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 14 | 20 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.78 |
| HSL | 351.63º | 0.61% | 0.14% | - |
| HSV(B) | 351.63º | 0.75% | 0.22% | - |
| XYZ | 1.97 | 1.23 | 0.8 | - |
| YUV | 27.54 | 123.75 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 14 | 20 | 0 | 0.75 | 0.65 | 0.78 | 351.63 | 0.61 | 0.14 |
| Hex | 39 | E | 14 | 0 | 4B | 41 | 4E | 160 | 3D | E |
| Octal | 71 | 16 | 24 | 0 | 113 | 101 | 116 | 540 | 75 | 16 |
| Binary | 111001 | 1110 | 10100 | 0 | 1001011 | 1000001 | 1001110 | 101100000 | 111101 | 1110 |
Color Harmonies of #390E14
Complementary color
Monochromatic Colors of #390E14
Black with #390E14
Text Example
Text Example
White with #390E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390E14; }
p { color: rgb(57,14,20); }
H1.HeaderClassName
{
color: #390E14;
}
.AnyTagClassName
{
color: #390E14;
}
</style>
background-color css
<style>
a { background-color: #390E14; }
a { background-color: rgb(57,14,20); }
div.DivClassName
{
background-color: #390E14;
}
.BgClassName
{
background-color: #390E14;
}
</style>
border-color css
<style>
span { border-color: #390E14; }
span { border-color: rgb(57,14,20); }
td.TdClassName
{
border-color: #390E14;
}
.TagClassName
{
border-color: #390E14;
}
</style>