Shades of Rustic Red #3D1E20
Tints of Rustic Red #3D1E20
RGB
CMYK
RGB Variations
Color information
#3D1E20 (or 0x3D1E20) is known color: Rustic Red. HEX triplet: 3D, 1E and 20. RGB value is (61,30,32). Sum of RGB (Red+Green+Blue) = 61+30+32=123 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.59% from 123); Green value is 30 (12.11% from 255 or 24.39% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1E20 is #C2E1DF. Grayscale: #272727. Windows color (decimal): -12771808 or 2104893. OLE color: 2104893.
HSL color Cylindrical-coordinate representation of color #3D1E20: hue angle of 356.13º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D1E20 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 30 | 32 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.76 |
| HSL | 356.13º | 0.34% | 0.18% | - |
| HSV(B) | 356.13º | 0.51% | 0.24% | - |
| XYZ | 2.65 | 2.02 | 1.62 | - |
| YUV | 39.5 | 123.77 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 30 | 32 | 0 | 0.51 | 0.48 | 0.76 | 356.13 | 0.34 | 0.18 |
| Hex | 3D | 1E | 20 | 0 | 33 | 30 | 4C | 164 | 22 | 12 |
| Octal | 75 | 36 | 40 | 0 | 63 | 60 | 114 | 544 | 42 | 22 |
| Binary | 111101 | 11110 | 100000 | 0 | 110011 | 110000 | 1001100 | 101100100 | 100010 | 10010 |
Color Harmonies of #3D1E20
Complementary color
Monochromatic Colors of #3D1E20
Black with #3D1E20
Text Example
Text Example
White with #3D1E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1E20; }
p { color: rgb(61,30,32); }
H1.HeaderClassName
{
color: #3D1E20;
}
.AnyTagClassName
{
color: #3D1E20;
}
</style>
background-color css
<style>
a { background-color: #3D1E20; }
a { background-color: rgb(61,30,32); }
div.DivClassName
{
background-color: #3D1E20;
}
.BgClassName
{
background-color: #3D1E20;
}
</style>
border-color css
<style>
span { border-color: #3D1E20; }
span { border-color: rgb(61,30,32); }
td.TdClassName
{
border-color: #3D1E20;
}
.TagClassName
{
border-color: #3D1E20;
}
</style>