Shades of Rustic Red #39060E
Tints of Rustic Red #39060E
RGB
CMYK
RGB Variations
Color information
#39060E (or 0x39060E) is known color: Rustic Red. HEX triplet: 39, 06 and 0E. RGB value is (57,6,14). Sum of RGB (Red+Green+Blue) = 57+6+14=77 (10% of max value = 765). Red value is 57 (22.66% from 255 or 74.03% from 77); Green value is 6 (2.73% from 255 or 7.79% from 77); Blue value is 14 (5.86% from 255 or 18.18% from 77); Max value from RGB is 57 - color contains mainly: red. Hex color #39060E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39060E is #C6F9F1. Grayscale: #161616. Windows color (decimal): -13040114 or 919097. OLE color: 919097.
HSL color Cylindrical-coordinate representation of color #39060E: hue angle of 350.59º 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 #39060E is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 6 | 14 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.78 |
| HSL | 350.59º | 0.81% | 0.12% | - |
| HSV(B) | 350.59º | 0.89% | 0.22% | - |
| XYZ | 1.83 | 1.03 | 0.52 | - |
| YUV | 22.16 | 123.4 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 6 | 14 | 0 | 0.89 | 0.75 | 0.78 | 350.59 | 0.81 | 0.12 |
| Hex | 39 | 6 | E | 0 | 59 | 4B | 4E | 15F | 51 | C |
| Octal | 71 | 6 | 16 | 0 | 131 | 113 | 116 | 537 | 121 | 14 |
| Binary | 111001 | 110 | 1110 | 0 | 1011001 | 1001011 | 1001110 | 101011111 | 1010001 | 1100 |
Color Harmonies of #39060E
Complementary color
Monochromatic Colors of #39060E
Black with #39060E
Text Example
Text Example
White with #39060E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39060E; }
p { color: rgb(57,6,14); }
H1.HeaderClassName
{
color: #39060E;
}
.AnyTagClassName
{
color: #39060E;
}
</style>
background-color css
<style>
a { background-color: #39060E; }
a { background-color: rgb(57,6,14); }
div.DivClassName
{
background-color: #39060E;
}
.BgClassName
{
background-color: #39060E;
}
</style>
border-color css
<style>
span { border-color: #39060E; }
span { border-color: rgb(57,6,14); }
td.TdClassName
{
border-color: #39060E;
}
.TagClassName
{
border-color: #39060E;
}
</style>