Shades of Rustic Red #390E16
Tints of Rustic Red #390E16
RGB
CMYK
RGB Variations
Color information
#390E16 (or 0x390E16) is known color: Rustic Red. HEX triplet: 39, 0E and 16. RGB value is (57,14,22). Sum of RGB (Red+Green+Blue) = 57+14+22=93 (12% of max value = 765). Red value is 57 (22.66% from 255 or 61.29% from 93); Green value is 14 (5.86% from 255 or 15.05% from 93); Blue value is 22 (8.98% from 255 or 23.66% from 93); Max value from RGB is 57 - color contains mainly: red. Hex color #390E16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390E16 is #C6F1E9. Grayscale: #1B1B1B. Windows color (decimal): -13038058 or 1445433. OLE color: 1445433.
HSL color Cylindrical-coordinate representation of color #390E16: hue angle of 348.84º 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 #390E16 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 14 | 22 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.78 |
| HSL | 348.84º | 0.61% | 0.14% | - |
| HSV(B) | 348.84º | 0.75% | 0.22% | - |
| XYZ | 1.99 | 1.24 | 0.89 | - |
| YUV | 27.77 | 124.75 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 14 | 22 | 0 | 0.75 | 0.61 | 0.78 | 348.84 | 0.61 | 0.14 |
| Hex | 39 | E | 16 | 0 | 4B | 3D | 4E | 15D | 3D | E |
| Octal | 71 | 16 | 26 | 0 | 113 | 75 | 116 | 535 | 75 | 16 |
| Binary | 111001 | 1110 | 10110 | 0 | 1001011 | 111101 | 1001110 | 101011101 | 111101 | 1110 |
Color Harmonies of #390E16
Complementary color
Monochromatic Colors of #390E16
Black with #390E16
Text Example
Text Example
White with #390E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390E16; }
p { color: rgb(57,14,22); }
H1.HeaderClassName
{
color: #390E16;
}
.AnyTagClassName
{
color: #390E16;
}
</style>
background-color css
<style>
a { background-color: #390E16; }
a { background-color: rgb(57,14,22); }
div.DivClassName
{
background-color: #390E16;
}
.BgClassName
{
background-color: #390E16;
}
</style>
border-color css
<style>
span { border-color: #390E16; }
span { border-color: rgb(57,14,22); }
td.TdClassName
{
border-color: #390E16;
}
.TagClassName
{
border-color: #390E16;
}
</style>