Shades of Rustic Red #390313
Tints of Rustic Red #390313
RGB
CMYK
RGB Variations
Color information
#390313 (or 0x390313) is known color: Rustic Red. HEX triplet: 39, 03 and 13. RGB value is (57,3,19). Sum of RGB (Red+Green+Blue) = 57+3+19=79 (10% of max value = 765). Red value is 57 (22.66% from 255 or 72.15% from 79); Green value is 3 (1.56% from 255 or 3.80% from 79); Blue value is 19 (7.81% from 255 or 24.05% from 79); Max value from RGB is 57 - color contains mainly: red. Hex color #390313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390313 is #C6FCEC. Grayscale: #141414. Windows color (decimal): -13040877 or 1246009. OLE color: 1246009.
HSL color Cylindrical-coordinate representation of color #390313: hue angle of 342.22º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390313 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 3 | 19 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.78 |
| HSL | 342.22º | 0.9% | 0.12% | - |
| HSV(B) | 342.22º | 0.95% | 0.22% | - |
| XYZ | 1.84 | 0.98 | 0.71 | - |
| YUV | 20.97 | 126.89 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 3 | 19 | 0 | 0.95 | 0.67 | 0.78 | 342.22 | 0.9 | 0.12 |
| Hex | 39 | 3 | 13 | 0 | 5F | 43 | 4E | 156 | 5A | C |
| Octal | 71 | 3 | 23 | 0 | 137 | 103 | 116 | 526 | 132 | 14 |
| Binary | 111001 | 11 | 10011 | 0 | 1011111 | 1000011 | 1001110 | 101010110 | 1011010 | 1100 |
Color Harmonies of #390313
Complementary color
Monochromatic Colors of #390313
Black with #390313
Text Example
Text Example
White with #390313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390313; }
p { color: rgb(57,3,19); }
H1.HeaderClassName
{
color: #390313;
}
.AnyTagClassName
{
color: #390313;
}
</style>
background-color css
<style>
a { background-color: #390313; }
a { background-color: rgb(57,3,19); }
div.DivClassName
{
background-color: #390313;
}
.BgClassName
{
background-color: #390313;
}
</style>
border-color css
<style>
span { border-color: #390313; }
span { border-color: rgb(57,3,19); }
td.TdClassName
{
border-color: #390313;
}
.TagClassName
{
border-color: #390313;
}
</style>