Shades of Rustic Red #3D070E
Tints of Rustic Red #3D070E
RGB
CMYK
RGB Variations
Color information
#3D070E (or 0x3D070E) is known color: Rustic Red. HEX triplet: 3D, 07 and 0E. RGB value is (61,7,14). Sum of RGB (Red+Green+Blue) = 61+7+14=82 (10% of max value = 765). Red value is 61 (24.22% from 255 or 74.39% from 82); Green value is 7 (3.12% from 255 or 8.54% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 61 - color contains mainly: red. Hex color #3D070E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D070E is #C2F8F1. Grayscale: #171717. Windows color (decimal): -12777714 or 919357. OLE color: 919357.
HSL color Cylindrical-coordinate representation of color #3D070E: hue angle of 352.22º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3D070E is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 7 | 14 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.76 |
| HSL | 352.22º | 0.79% | 0.13% | - |
| HSV(B) | 352.22º | 0.89% | 0.24% | - |
| XYZ | 2.08 | 1.18 | 0.53 | - |
| YUV | 23.94 | 122.39 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 7 | 14 | 0 | 0.89 | 0.77 | 0.76 | 352.22 | 0.79 | 0.13 |
| Hex | 3D | 7 | E | 0 | 59 | 4D | 4C | 160 | 4F | D |
| Octal | 75 | 7 | 16 | 0 | 131 | 115 | 114 | 540 | 117 | 15 |
| Binary | 111101 | 111 | 1110 | 0 | 1011001 | 1001101 | 1001100 | 101100000 | 1001111 | 1101 |
Color Harmonies of #3D070E
Complementary color
Monochromatic Colors of #3D070E
Black with #3D070E
Text Example
Text Example
White with #3D070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D070E; }
p { color: rgb(61,7,14); }
H1.HeaderClassName
{
color: #3D070E;
}
.AnyTagClassName
{
color: #3D070E;
}
</style>
background-color css
<style>
a { background-color: #3D070E; }
a { background-color: rgb(61,7,14); }
div.DivClassName
{
background-color: #3D070E;
}
.BgClassName
{
background-color: #3D070E;
}
</style>
border-color css
<style>
span { border-color: #3D070E; }
span { border-color: rgb(61,7,14); }
td.TdClassName
{
border-color: #3D070E;
}
.TagClassName
{
border-color: #3D070E;
}
</style>