Shades of Rustic Red #3C1D20
Tints of Rustic Red #3C1D20
RGB
CMYK
RGB Variations
Color information
#3C1D20 (or 0x3C1D20) is known color: Rustic Red. HEX triplet: 3C, 1D and 20. RGB value is (60,29,32). Sum of RGB (Red+Green+Blue) = 60+29+32=121 (16% of max value = 765). Red value is 60 (23.83% from 255 or 49.59% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C1D20 is #C3E2DF. Grayscale: #262626. Windows color (decimal): -12837600 or 2104636. OLE color: 2104636.
HSL color Cylindrical-coordinate representation of color #3C1D20: hue angle of 354.19º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C1D20 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 29 | 32 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.76 |
| HSL | 354.19º | 0.35% | 0.17% | - |
| HSV(B) | 354.19º | 0.52% | 0.24% | - |
| XYZ | 2.56 | 1.94 | 1.61 | - |
| YUV | 38.61 | 124.27 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 29 | 32 | 0 | 0.52 | 0.47 | 0.76 | 354.19 | 0.35 | 0.17 |
| Hex | 3C | 1D | 20 | 0 | 34 | 2F | 4C | 162 | 23 | 11 |
| Octal | 74 | 35 | 40 | 0 | 64 | 57 | 114 | 542 | 43 | 21 |
| Binary | 111100 | 11101 | 100000 | 0 | 110100 | 101111 | 1001100 | 101100010 | 100011 | 10001 |
Color Harmonies of #3C1D20
Complementary color
Monochromatic Colors of #3C1D20
Black with #3C1D20
Text Example
Text Example
White with #3C1D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1D20; }
p { color: rgb(60,29,32); }
H1.HeaderClassName
{
color: #3C1D20;
}
.AnyTagClassName
{
color: #3C1D20;
}
</style>
background-color css
<style>
a { background-color: #3C1D20; }
a { background-color: rgb(60,29,32); }
div.DivClassName
{
background-color: #3C1D20;
}
.BgClassName
{
background-color: #3C1D20;
}
</style>
border-color css
<style>
span { border-color: #3C1D20; }
span { border-color: rgb(60,29,32); }
td.TdClassName
{
border-color: #3C1D20;
}
.TagClassName
{
border-color: #3C1D20;
}
</style>