Shades of Rustic Red #390509
Tints of Rustic Red #390509
RGB
CMYK
RGB Variations
Color information
#390509 (or 0x390509) is known color: Rustic Red. HEX triplet: 39, 05 and 09. RGB value is (57,5,9). Sum of RGB (Red+Green+Blue) = 57+5+9=71 (9% of max value = 765). Red value is 57 (22.66% from 255 or 80.28% from 71); Green value is 5 (2.34% from 255 or 7.04% from 71); Blue value is 9 (3.91% from 255 or 12.68% from 71); Max value from RGB is 57 - color contains mainly: red. Hex color #390509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390509 is #C6FAF6. Grayscale: #151515. Windows color (decimal): -13040375 or 591161. OLE color: 591161.
HSL color Cylindrical-coordinate representation of color #390509: hue angle of 355.38º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #390509 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 5 | 9 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.78 |
| HSL | 355.38º | 0.84% | 0.12% | - |
| HSV(B) | 355.38º | 0.91% | 0.22% | - |
| XYZ | 1.79 | 1 | 0.36 | - |
| YUV | 21 | 121.23 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 5 | 9 | 0 | 0.91 | 0.84 | 0.78 | 355.38 | 0.84 | 0.12 |
| Hex | 39 | 5 | 9 | 0 | 5B | 54 | 4E | 163 | 54 | C |
| Octal | 71 | 5 | 11 | 0 | 133 | 124 | 116 | 543 | 124 | 14 |
| Binary | 111001 | 101 | 1001 | 0 | 1011011 | 1010100 | 1001110 | 101100011 | 1010100 | 1100 |
Color Harmonies of #390509
Complementary color
Monochromatic Colors of #390509
Black with #390509
Text Example
Text Example
White with #390509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390509; }
p { color: rgb(57,5,9); }
H1.HeaderClassName
{
color: #390509;
}
.AnyTagClassName
{
color: #390509;
}
</style>
background-color css
<style>
a { background-color: #390509; }
a { background-color: rgb(57,5,9); }
div.DivClassName
{
background-color: #390509;
}
.BgClassName
{
background-color: #390509;
}
</style>
border-color css
<style>
span { border-color: #390509; }
span { border-color: rgb(57,5,9); }
td.TdClassName
{
border-color: #390509;
}
.TagClassName
{
border-color: #390509;
}
</style>