Shades of Rustic Red #390E13
Tints of Rustic Red #390E13
RGB
CMYK
RGB Variations
Color information
#390E13 (or 0x390E13) is known color: Rustic Red. HEX triplet: 39, 0E and 13. RGB value is (57,14,19). Sum of RGB (Red+Green+Blue) = 57+14+19=90 (11% of max value = 765). Red value is 57 (22.66% from 255 or 63.33% from 90); Green value is 14 (5.86% from 255 or 15.56% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 57 - color contains mainly: red. Hex color #390E13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390E13 is #C6F1EC. Grayscale: #1B1B1B. Windows color (decimal): -13038061 or 1248825. OLE color: 1248825.
HSL color Cylindrical-coordinate representation of color #390E13: hue angle of 353.02º 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 #390E13 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 14 | 19 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.78 |
| HSL | 353.02º | 0.61% | 0.14% | - |
| HSV(B) | 353.02º | 0.75% | 0.22% | - |
| XYZ | 1.96 | 1.23 | 0.75 | - |
| YUV | 27.43 | 123.25 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 14 | 19 | 0 | 0.75 | 0.67 | 0.78 | 353.02 | 0.61 | 0.14 |
| Hex | 39 | E | 13 | 0 | 4B | 43 | 4E | 161 | 3D | E |
| Octal | 71 | 16 | 23 | 0 | 113 | 103 | 116 | 541 | 75 | 16 |
| Binary | 111001 | 1110 | 10011 | 0 | 1001011 | 1000011 | 1001110 | 101100001 | 111101 | 1110 |
Color Harmonies of #390E13
Complementary color
Monochromatic Colors of #390E13
Black with #390E13
Text Example
Text Example
White with #390E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390E13; }
p { color: rgb(57,14,19); }
H1.HeaderClassName
{
color: #390E13;
}
.AnyTagClassName
{
color: #390E13;
}
</style>
background-color css
<style>
a { background-color: #390E13; }
a { background-color: rgb(57,14,19); }
div.DivClassName
{
background-color: #390E13;
}
.BgClassName
{
background-color: #390E13;
}
</style>
border-color css
<style>
span { border-color: #390E13; }
span { border-color: rgb(57,14,19); }
td.TdClassName
{
border-color: #390E13;
}
.TagClassName
{
border-color: #390E13;
}
</style>