Shades of Rustic Red #3D1C20
Tints of Rustic Red #3D1C20
RGB
CMYK
RGB Variations
Color information
#3D1C20 (or 0x3D1C20) is known color: Rustic Red. HEX triplet: 3D, 1C and 20. RGB value is (61,28,32). Sum of RGB (Red+Green+Blue) = 61+28+32=121 (16% of max value = 765). Red value is 61 (24.22% from 255 or 50.41% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1C20 is #C2E3DF. Grayscale: #262626. Windows color (decimal): -12772320 or 2104381. OLE color: 2104381.
HSL color Cylindrical-coordinate representation of color #3D1C20: hue angle of 352.73º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D1C20 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 28 | 32 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.76 |
| HSL | 352.73º | 0.37% | 0.17% | - |
| HSV(B) | 352.73º | 0.54% | 0.24% | - |
| XYZ | 2.6 | 1.93 | 1.6 | - |
| YUV | 38.32 | 124.43 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 28 | 32 | 0 | 0.54 | 0.48 | 0.76 | 352.73 | 0.37 | 0.17 |
| Hex | 3D | 1C | 20 | 0 | 36 | 30 | 4C | 161 | 25 | 11 |
| Octal | 75 | 34 | 40 | 0 | 66 | 60 | 114 | 541 | 45 | 21 |
| Binary | 111101 | 11100 | 100000 | 0 | 110110 | 110000 | 1001100 | 101100001 | 100101 | 10001 |
Color Harmonies of #3D1C20
Complementary color
Monochromatic Colors of #3D1C20
Black with #3D1C20
Text Example
Text Example
White with #3D1C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1C20; }
p { color: rgb(61,28,32); }
H1.HeaderClassName
{
color: #3D1C20;
}
.AnyTagClassName
{
color: #3D1C20;
}
</style>
background-color css
<style>
a { background-color: #3D1C20; }
a { background-color: rgb(61,28,32); }
div.DivClassName
{
background-color: #3D1C20;
}
.BgClassName
{
background-color: #3D1C20;
}
</style>
border-color css
<style>
span { border-color: #3D1C20; }
span { border-color: rgb(61,28,32); }
td.TdClassName
{
border-color: #3D1C20;
}
.TagClassName
{
border-color: #3D1C20;
}
</style>