Shades of Rustic Red #3D060C
Tints of Rustic Red #3D060C
RGB
CMYK
RGB Variations
Color information
#3D060C (or 0x3D060C) is known color: Rustic Red. HEX triplet: 3D, 06 and 0C. RGB value is (61,6,12). Sum of RGB (Red+Green+Blue) = 61+6+12=79 (10% of max value = 765). Red value is 61 (24.22% from 255 or 77.22% from 79); Green value is 6 (2.73% from 255 or 7.59% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 61 - color contains mainly: red. Hex color #3D060C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D060C is #C2F9F3. Grayscale: #171717. Windows color (decimal): -12777972 or 788029. OLE color: 788029.
HSL color Cylindrical-coordinate representation of color #3D060C: hue angle of 353.45º 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 #3D060C is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 6 | 12 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.76 |
| HSL | 353.45º | 0.82% | 0.13% | - |
| HSV(B) | 353.45º | 0.9% | 0.24% | - |
| XYZ | 2.06 | 1.15 | 0.46 | - |
| YUV | 23.13 | 121.72 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 6 | 12 | 0 | 0.90 | 0.80 | 0.76 | 353.45 | 0.82 | 0.13 |
| Hex | 3D | 6 | C | 0 | 5A | 50 | 4C | 161 | 52 | D |
| Octal | 75 | 6 | 14 | 0 | 132 | 120 | 114 | 541 | 122 | 15 |
| Binary | 111101 | 110 | 1100 | 0 | 1011010 | 1010000 | 1001100 | 101100001 | 1010010 | 1101 |
Color Harmonies of #3D060C
Complementary color
Monochromatic Colors of #3D060C
Black with #3D060C
Text Example
Text Example
White with #3D060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D060C; }
p { color: rgb(61,6,12); }
H1.HeaderClassName
{
color: #3D060C;
}
.AnyTagClassName
{
color: #3D060C;
}
</style>
background-color css
<style>
a { background-color: #3D060C; }
a { background-color: rgb(61,6,12); }
div.DivClassName
{
background-color: #3D060C;
}
.BgClassName
{
background-color: #3D060C;
}
</style>
border-color css
<style>
span { border-color: #3D060C; }
span { border-color: rgb(61,6,12); }
td.TdClassName
{
border-color: #3D060C;
}
.TagClassName
{
border-color: #3D060C;
}
</style>