Shades of Rustic Red #390607
Tints of Rustic Red #390607
RGB
CMYK
RGB Variations
Color information
#390607 (or 0x390607) is known color: Rustic Red. HEX triplet: 39, 06 and 07. RGB value is (57,6,7). Sum of RGB (Red+Green+Blue) = 57+6+7=70 (9% of max value = 765). Red value is 57 (22.66% from 255 or 81.43% from 70); Green value is 6 (2.73% from 255 or 8.57% from 70); Blue value is 7 (3.12% from 255 or 10% from 70); Max value from RGB is 57 - color contains mainly: red. Hex color #390607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390607 is #C6F9F8. Grayscale: #151515. Windows color (decimal): -13040121 or 460345. OLE color: 460345.
HSL color Cylindrical-coordinate representation of color #390607: hue angle of 358.82º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #390607 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 6 | 7 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.78 |
| HSL | 358.82º | 0.81% | 0.12% | - |
| HSV(B) | 358.82º | 0.89% | 0.22% | - |
| XYZ | 1.79 | 1.02 | 0.3 | - |
| YUV | 21.36 | 119.9 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 6 | 7 | 0 | 0.89 | 0.88 | 0.78 | 358.82 | 0.81 | 0.12 |
| Hex | 39 | 6 | 7 | 0 | 59 | 58 | 4E | 167 | 51 | C |
| Octal | 71 | 6 | 7 | 0 | 131 | 130 | 116 | 547 | 121 | 14 |
| Binary | 111001 | 110 | 111 | 0 | 1011001 | 1011000 | 1001110 | 101100111 | 1010001 | 1100 |
Color Harmonies of #390607
Complementary color
Monochromatic Colors of #390607
Black with #390607
Text Example
Text Example
White with #390607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390607; }
p { color: rgb(57,6,7); }
H1.HeaderClassName
{
color: #390607;
}
.AnyTagClassName
{
color: #390607;
}
</style>
background-color css
<style>
a { background-color: #390607; }
a { background-color: rgb(57,6,7); }
div.DivClassName
{
background-color: #390607;
}
.BgClassName
{
background-color: #390607;
}
</style>
border-color css
<style>
span { border-color: #390607; }
span { border-color: rgb(57,6,7); }
td.TdClassName
{
border-color: #390607;
}
.TagClassName
{
border-color: #390607;
}
</style>