Shades of Rustic Red #3C2021
Tints of Rustic Red #3C2021
RGB
CMYK
RGB Variations
Color information
#3C2021 (or 0x3C2021) is known color: Rustic Red. HEX triplet: 3C, 20 and 21. RGB value is (60,32,33). Sum of RGB (Red+Green+Blue) = 60+32+33=125 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2021 is #C3DFDE. Grayscale: #282828. Windows color (decimal): -12836831 or 2170940. OLE color: 2170940.
HSL color Cylindrical-coordinate representation of color #3C2021: hue angle of 357.86º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C2021 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 32 | 33 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.76 |
| HSL | 357.86º | 0.3% | 0.18% | - |
| HSV(B) | 357.86º | 0.47% | 0.24% | - |
| XYZ | 2.65 | 2.1 | 1.7 | - |
| YUV | 40.49 | 123.78 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 33 | 0 | 0.47 | 0.45 | 0.76 | 357.86 | 0.3 | 0.18 |
| Hex | 3C | 20 | 21 | 0 | 2F | 2D | 4C | 166 | 1E | 12 |
| Octal | 74 | 40 | 41 | 0 | 57 | 55 | 114 | 546 | 36 | 22 |
| Binary | 111100 | 100000 | 100001 | 0 | 101111 | 101101 | 1001100 | 101100110 | 11110 | 10010 |
Color Harmonies of #3C2021
Complementary color
Monochromatic Colors of #3C2021
Black with #3C2021
Text Example
Text Example
White with #3C2021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2021; }
p { color: rgb(60,32,33); }
H1.HeaderClassName
{
color: #3C2021;
}
.AnyTagClassName
{
color: #3C2021;
}
</style>
background-color css
<style>
a { background-color: #3C2021; }
a { background-color: rgb(60,32,33); }
div.DivClassName
{
background-color: #3C2021;
}
.BgClassName
{
background-color: #3C2021;
}
</style>
border-color css
<style>
span { border-color: #3C2021; }
span { border-color: rgb(60,32,33); }
td.TdClassName
{
border-color: #3C2021;
}
.TagClassName
{
border-color: #3C2021;
}
</style>