Shades of Rustic Red #3D060E
Tints of Rustic Red #3D060E
RGB
CMYK
RGB Variations
Color information
#3D060E (or 0x3D060E) is known color: Rustic Red. HEX triplet: 3D, 06 and 0E. RGB value is (61,6,14). Sum of RGB (Red+Green+Blue) = 61+6+14=81 (10% of max value = 765). Red value is 61 (24.22% from 255 or 75.31% from 81); Green value is 6 (2.73% from 255 or 7.41% from 81); Blue value is 14 (5.86% from 255 or 17.28% from 81); Max value from RGB is 61 - color contains mainly: red. Hex color #3D060E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D060E is #C2F9F1. Grayscale: #171717. Windows color (decimal): -12777970 or 919101. OLE color: 919101.
HSL color Cylindrical-coordinate representation of color #3D060E: hue angle of 351.27º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D060E is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 6 | 14 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.76 |
| HSL | 351.27º | 0.82% | 0.13% | - |
| HSV(B) | 351.27º | 0.9% | 0.24% | - |
| XYZ | 2.07 | 1.15 | 0.53 | - |
| YUV | 23.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 6 | 14 | 0 | 0.90 | 0.77 | 0.76 | 351.27 | 0.82 | 0.13 |
| Hex | 3D | 6 | E | 0 | 5A | 4D | 4C | 15F | 52 | D |
| Octal | 75 | 6 | 16 | 0 | 132 | 115 | 114 | 537 | 122 | 15 |
| Binary | 111101 | 110 | 1110 | 0 | 1011010 | 1001101 | 1001100 | 101011111 | 1010010 | 1101 |
Color Harmonies of #3D060E
Complementary color
Monochromatic Colors of #3D060E
Black with #3D060E
Text Example
Text Example
White with #3D060E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D060E; }
p { color: rgb(61,6,14); }
H1.HeaderClassName
{
color: #3D060E;
}
.AnyTagClassName
{
color: #3D060E;
}
</style>
background-color css
<style>
a { background-color: #3D060E; }
a { background-color: rgb(61,6,14); }
div.DivClassName
{
background-color: #3D060E;
}
.BgClassName
{
background-color: #3D060E;
}
</style>
border-color css
<style>
span { border-color: #3D060E; }
span { border-color: rgb(61,6,14); }
td.TdClassName
{
border-color: #3D060E;
}
.TagClassName
{
border-color: #3D060E;
}
</style>