Shades of Rustic Red #390E11
Tints of Rustic Red #390E11
RGB
CMYK
RGB Variations
Color information
#390E11 (or 0x390E11) is known color: Rustic Red. HEX triplet: 39, 0E and 11. RGB value is (57,14,17). Sum of RGB (Red+Green+Blue) = 57+14+17=88 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.77% from 88); Green value is 14 (5.86% from 255 or 15.91% from 88); Blue value is 17 (7.03% from 255 or 19.32% from 88); Max value from RGB is 57 - color contains mainly: red. Hex color #390E11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390E11 is #C6F1EE. Grayscale: #1B1B1B. Windows color (decimal): -13038063 or 1117753. OLE color: 1117753.
HSL color Cylindrical-coordinate representation of color #390E11: hue angle of 355.81º 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 #390E11 is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 14 | 17 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.78 |
| HSL | 355.81º | 0.61% | 0.14% | - |
| HSV(B) | 355.81º | 0.75% | 0.22% | - |
| XYZ | 1.95 | 1.22 | 0.66 | - |
| YUV | 27.2 | 122.25 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 14 | 17 | 0 | 0.75 | 0.70 | 0.78 | 355.81 | 0.61 | 0.14 |
| Hex | 39 | E | 11 | 0 | 4B | 46 | 4E | 164 | 3D | E |
| Octal | 71 | 16 | 21 | 0 | 113 | 106 | 116 | 544 | 75 | 16 |
| Binary | 111001 | 1110 | 10001 | 0 | 1001011 | 1000110 | 1001110 | 101100100 | 111101 | 1110 |
Color Harmonies of #390E11
Complementary color
Monochromatic Colors of #390E11
Black with #390E11
Text Example
Text Example
White with #390E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390E11; }
p { color: rgb(57,14,17); }
H1.HeaderClassName
{
color: #390E11;
}
.AnyTagClassName
{
color: #390E11;
}
</style>
background-color css
<style>
a { background-color: #390E11; }
a { background-color: rgb(57,14,17); }
div.DivClassName
{
background-color: #390E11;
}
.BgClassName
{
background-color: #390E11;
}
</style>
border-color css
<style>
span { border-color: #390E11; }
span { border-color: rgb(57,14,17); }
td.TdClassName
{
border-color: #390E11;
}
.TagClassName
{
border-color: #390E11;
}
</style>