Shades of Rustic Red #390E18
Tints of Rustic Red #390E18
RGB
CMYK
RGB Variations
Color information
#390E18 (or 0x390E18) is known color: Rustic Red. HEX triplet: 39, 0E and 18. RGB value is (57,14,24). Sum of RGB (Red+Green+Blue) = 57+14+24=95 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60% from 95); Green value is 14 (5.86% from 255 or 14.74% from 95); Blue value is 24 (9.77% from 255 or 25.26% from 95); Max value from RGB is 57 - color contains mainly: red. Hex color #390E18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390E18 is #C6F1E7. Grayscale: #1C1C1C. Windows color (decimal): -13038056 or 1576505. OLE color: 1576505.
HSL color Cylindrical-coordinate representation of color #390E18: hue angle of 346.05º 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 #390E18 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 14 | 24 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.78 |
| HSL | 346.05º | 0.61% | 0.14% | - |
| HSV(B) | 346.05º | 0.75% | 0.22% | - |
| XYZ | 2.01 | 1.25 | 1 | - |
| YUV | 28 | 125.75 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 14 | 24 | 0 | 0.75 | 0.58 | 0.78 | 346.05 | 0.61 | 0.14 |
| Hex | 39 | E | 18 | 0 | 4B | 3A | 4E | 15A | 3D | E |
| Octal | 71 | 16 | 30 | 0 | 113 | 72 | 116 | 532 | 75 | 16 |
| Binary | 111001 | 1110 | 11000 | 0 | 1001011 | 111010 | 1001110 | 101011010 | 111101 | 1110 |
Color Harmonies of #390E18
Complementary color
Monochromatic Colors of #390E18
Black with #390E18
Text Example
Text Example
White with #390E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390E18; }
p { color: rgb(57,14,24); }
H1.HeaderClassName
{
color: #390E18;
}
.AnyTagClassName
{
color: #390E18;
}
</style>
background-color css
<style>
a { background-color: #390E18; }
a { background-color: rgb(57,14,24); }
div.DivClassName
{
background-color: #390E18;
}
.BgClassName
{
background-color: #390E18;
}
</style>
border-color css
<style>
span { border-color: #390E18; }
span { border-color: rgb(57,14,24); }
td.TdClassName
{
border-color: #390E18;
}
.TagClassName
{
border-color: #390E18;
}
</style>