Shades of Rustic Red #390113
Tints of Rustic Red #390113
RGB
CMYK
RGB Variations
Color information
#390113 (or 0x390113) is known color: Rustic Red. HEX triplet: 39, 01 and 13. RGB value is (57,1,19). Sum of RGB (Red+Green+Blue) = 57+1+19=77 (10% of max value = 765). Red value is 57 (22.66% from 255 or 74.03% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 57 - color contains mainly: red. Hex color #390113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390113 is #C6FEEC. Grayscale: #131313. Windows color (decimal): -13041389 or 1245497. OLE color: 1245497.
HSL color Cylindrical-coordinate representation of color #390113: hue angle of 340.71º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #390113 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 1 | 19 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.78 |
| HSL | 340.71º | 0.97% | 0.11% | - |
| HSV(B) | 340.71º | 0.98% | 0.22% | - |
| XYZ | 1.82 | 0.94 | 0.7 | - |
| YUV | 19.8 | 127.55 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 19 | 0 | 0.98 | 0.67 | 0.78 | 340.71 | 0.97 | 0.11 |
| Hex | 39 | 1 | 13 | 0 | 62 | 43 | 4E | 155 | 61 | B |
| Octal | 71 | 1 | 23 | 0 | 142 | 103 | 116 | 525 | 141 | 13 |
| Binary | 111001 | 1 | 10011 | 0 | 1100010 | 1000011 | 1001110 | 101010101 | 1100001 | 1011 |
Color Harmonies of #390113
Complementary color
Monochromatic Colors of #390113
Black with #390113
Text Example
Text Example
White with #390113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390113; }
p { color: rgb(57,1,19); }
H1.HeaderClassName
{
color: #390113;
}
.AnyTagClassName
{
color: #390113;
}
</style>
background-color css
<style>
a { background-color: #390113; }
a { background-color: rgb(57,1,19); }
div.DivClassName
{
background-color: #390113;
}
.BgClassName
{
background-color: #390113;
}
</style>
border-color css
<style>
span { border-color: #390113; }
span { border-color: rgb(57,1,19); }
td.TdClassName
{
border-color: #390113;
}
.TagClassName
{
border-color: #390113;
}
</style>