Shades of Rustic Red #390E19
Tints of Rustic Red #390E19
RGB
CMYK
RGB Variations
Color information
#390E19 (or 0x390E19) is known color: Rustic Red. HEX triplet: 39, 0E and 19. RGB value is (57,14,25). Sum of RGB (Red+Green+Blue) = 57+14+25=96 (12% of max value = 765). Red value is 57 (22.66% from 255 or 59.38% from 96); Green value is 14 (5.86% from 255 or 14.58% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 57 - color contains mainly: red. Hex color #390E19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390E19 is #C6F1E6. Grayscale: #1C1C1C. Windows color (decimal): -13038055 or 1642041. OLE color: 1642041.
HSL color Cylindrical-coordinate representation of color #390E19: hue angle of 344.65º 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 #390E19 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 14 | 25 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.78 |
| HSL | 344.65º | 0.61% | 0.14% | - |
| HSV(B) | 344.65º | 0.75% | 0.22% | - |
| XYZ | 2.02 | 1.25 | 1.06 | - |
| YUV | 28.11 | 126.25 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 14 | 25 | 0 | 0.75 | 0.56 | 0.78 | 344.65 | 0.61 | 0.14 |
| Hex | 39 | E | 19 | 0 | 4B | 38 | 4E | 159 | 3D | E |
| Octal | 71 | 16 | 31 | 0 | 113 | 70 | 116 | 531 | 75 | 16 |
| Binary | 111001 | 1110 | 11001 | 0 | 1001011 | 111000 | 1001110 | 101011001 | 111101 | 1110 |
Color Harmonies of #390E19
Complementary color
Monochromatic Colors of #390E19
Black with #390E19
Text Example
Text Example
White with #390E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390E19; }
p { color: rgb(57,14,25); }
H1.HeaderClassName
{
color: #390E19;
}
.AnyTagClassName
{
color: #390E19;
}
</style>
background-color css
<style>
a { background-color: #390E19; }
a { background-color: rgb(57,14,25); }
div.DivClassName
{
background-color: #390E19;
}
.BgClassName
{
background-color: #390E19;
}
</style>
border-color css
<style>
span { border-color: #390E19; }
span { border-color: rgb(57,14,25); }
td.TdClassName
{
border-color: #390E19;
}
.TagClassName
{
border-color: #390E19;
}
</style>