Shades of Rustic Red #390409
Tints of Rustic Red #390409
RGB
CMYK
RGB Variations
Color information
#390409 (or 0x390409) is known color: Rustic Red. HEX triplet: 39, 04 and 09. RGB value is (57,4,9). Sum of RGB (Red+Green+Blue) = 57+4+9=70 (9% of max value = 765). Red value is 57 (22.66% from 255 or 81.43% from 70); Green value is 4 (1.95% from 255 or 5.71% from 70); Blue value is 9 (3.91% from 255 or 12.86% from 70); Max value from RGB is 57 - color contains mainly: red. Hex color #390409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390409 is #C6FBF6. Grayscale: #141414. Windows color (decimal): -13040631 or 590905. OLE color: 590905.
HSL color Cylindrical-coordinate representation of color #390409: hue angle of 354.34º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390409 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 4 | 9 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.78 |
| HSL | 354.34º | 0.87% | 0.12% | - |
| HSV(B) | 354.34º | 0.93% | 0.22% | - |
| XYZ | 1.78 | 0.98 | 0.35 | - |
| YUV | 20.42 | 121.56 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 4 | 9 | 0 | 0.93 | 0.84 | 0.78 | 354.34 | 0.87 | 0.12 |
| Hex | 39 | 4 | 9 | 0 | 5D | 54 | 4E | 162 | 57 | C |
| Octal | 71 | 4 | 11 | 0 | 135 | 124 | 116 | 542 | 127 | 14 |
| Binary | 111001 | 100 | 1001 | 0 | 1011101 | 1010100 | 1001110 | 101100010 | 1010111 | 1100 |
Color Harmonies of #390409
Complementary color
Monochromatic Colors of #390409
Black with #390409
Text Example
Text Example
White with #390409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390409; }
p { color: rgb(57,4,9); }
H1.HeaderClassName
{
color: #390409;
}
.AnyTagClassName
{
color: #390409;
}
</style>
background-color css
<style>
a { background-color: #390409; }
a { background-color: rgb(57,4,9); }
div.DivClassName
{
background-color: #390409;
}
.BgClassName
{
background-color: #390409;
}
</style>
border-color css
<style>
span { border-color: #390409; }
span { border-color: rgb(57,4,9); }
td.TdClassName
{
border-color: #390409;
}
.TagClassName
{
border-color: #390409;
}
</style>