Shades of Rustic Red #39070E
Tints of Rustic Red #39070E
RGB
CMYK
RGB Variations
Color information
#39070E (or 0x39070E) is known color: Rustic Red. HEX triplet: 39, 07 and 0E. RGB value is (57,7,14). Sum of RGB (Red+Green+Blue) = 57+7+14=78 (10% of max value = 765). Red value is 57 (22.66% from 255 or 73.08% from 78); Green value is 7 (3.12% from 255 or 8.97% from 78); Blue value is 14 (5.86% from 255 or 17.95% from 78); Max value from RGB is 57 - color contains mainly: red. Hex color #39070E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39070E is #C6F8F1. Grayscale: #161616. Windows color (decimal): -13039858 or 919353. OLE color: 919353.
HSL color Cylindrical-coordinate representation of color #39070E: hue angle of 351.6º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #39070E is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 7 | 14 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.78 |
| HSL | 351.6º | 0.78% | 0.13% | - |
| HSV(B) | 351.6º | 0.88% | 0.22% | - |
| XYZ | 1.84 | 1.05 | 0.52 | - |
| YUV | 22.75 | 123.07 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 7 | 14 | 0 | 0.88 | 0.75 | 0.78 | 351.6 | 0.78 | 0.13 |
| Hex | 39 | 7 | E | 0 | 58 | 4B | 4E | 160 | 4E | D |
| Octal | 71 | 7 | 16 | 0 | 130 | 113 | 116 | 540 | 116 | 15 |
| Binary | 111001 | 111 | 1110 | 0 | 1011000 | 1001011 | 1001110 | 101100000 | 1001110 | 1101 |
Color Harmonies of #39070E
Complementary color
Monochromatic Colors of #39070E
Black with #39070E
Text Example
Text Example
White with #39070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39070E; }
p { color: rgb(57,7,14); }
H1.HeaderClassName
{
color: #39070E;
}
.AnyTagClassName
{
color: #39070E;
}
</style>
background-color css
<style>
a { background-color: #39070E; }
a { background-color: rgb(57,7,14); }
div.DivClassName
{
background-color: #39070E;
}
.BgClassName
{
background-color: #39070E;
}
</style>
border-color css
<style>
span { border-color: #39070E; }
span { border-color: rgb(57,7,14); }
td.TdClassName
{
border-color: #39070E;
}
.TagClassName
{
border-color: #39070E;
}
</style>