Shades of Rustic Red #3D060A
Tints of Rustic Red #3D060A
RGB
CMYK
RGB Variations
Color information
#3D060A (or 0x3D060A) is known color: Rustic Red. HEX triplet: 3D, 06 and 0A. RGB value is (61,6,10). Sum of RGB (Red+Green+Blue) = 61+6+10=77 (10% of max value = 765). Red value is 61 (24.22% from 255 or 79.22% from 77); Green value is 6 (2.73% from 255 or 7.79% from 77); Blue value is 10 (4.30% from 255 or 12.99% from 77); Max value from RGB is 61 - color contains mainly: red. Hex color #3D060A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D060A is #C2F9F5. Grayscale: #161616. Windows color (decimal): -12777974 or 656957. OLE color: 656957.
HSL color Cylindrical-coordinate representation of color #3D060A: hue angle of 355.64º 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 #3D060A is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 6 | 10 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.76 |
| HSL | 355.64º | 0.82% | 0.13% | - |
| HSV(B) | 355.64º | 0.9% | 0.24% | - |
| XYZ | 2.04 | 1.14 | 0.4 | - |
| YUV | 22.9 | 120.72 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 6 | 10 | 0 | 0.90 | 0.84 | 0.76 | 355.64 | 0.82 | 0.13 |
| Hex | 3D | 6 | A | 0 | 5A | 54 | 4C | 164 | 52 | D |
| Octal | 75 | 6 | 12 | 0 | 132 | 124 | 114 | 544 | 122 | 15 |
| Binary | 111101 | 110 | 1010 | 0 | 1011010 | 1010100 | 1001100 | 101100100 | 1010010 | 1101 |
Color Harmonies of #3D060A
Complementary color
Monochromatic Colors of #3D060A
Black with #3D060A
Text Example
Text Example
White with #3D060A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D060A; }
p { color: rgb(61,6,10); }
H1.HeaderClassName
{
color: #3D060A;
}
.AnyTagClassName
{
color: #3D060A;
}
</style>
background-color css
<style>
a { background-color: #3D060A; }
a { background-color: rgb(61,6,10); }
div.DivClassName
{
background-color: #3D060A;
}
.BgClassName
{
background-color: #3D060A;
}
</style>
border-color css
<style>
span { border-color: #3D060A; }
span { border-color: rgb(61,6,10); }
td.TdClassName
{
border-color: #3D060A;
}
.TagClassName
{
border-color: #3D060A;
}
</style>