Shades of Rustic Red #3B2021
Tints of Rustic Red #3B2021
RGB
CMYK
RGB Variations
Color information
#3B2021 (or 0x3B2021) is known color: Rustic Red. HEX triplet: 3B, 20 and 21. RGB value is (59,32,33). Sum of RGB (Red+Green+Blue) = 59+32+33=124 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.58% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2021 is #C4DFDE. Grayscale: #282828. Windows color (decimal): -12902367 or 2170939. OLE color: 2170939.
HSL color Cylindrical-coordinate representation of color #3B2021: hue angle of 357.78º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B2021 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 32 | 33 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.77 |
| HSL | 357.78º | 0.3% | 0.18% | - |
| HSV(B) | 357.78º | 0.46% | 0.23% | - |
| XYZ | 2.59 | 2.07 | 1.7 | - |
| YUV | 40.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 32 | 33 | 0 | 0.46 | 0.44 | 0.77 | 357.78 | 0.3 | 0.18 |
| Hex | 3B | 20 | 21 | 0 | 2E | 2C | 4D | 166 | 1E | 12 |
| Octal | 73 | 40 | 41 | 0 | 56 | 54 | 115 | 546 | 36 | 22 |
| Binary | 111011 | 100000 | 100001 | 0 | 101110 | 101100 | 1001101 | 101100110 | 11110 | 10010 |
Color Harmonies of #3B2021
Complementary color
Monochromatic Colors of #3B2021
Black with #3B2021
Text Example
Text Example
White with #3B2021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2021; }
p { color: rgb(59,32,33); }
H1.HeaderClassName
{
color: #3B2021;
}
.AnyTagClassName
{
color: #3B2021;
}
</style>
background-color css
<style>
a { background-color: #3B2021; }
a { background-color: rgb(59,32,33); }
div.DivClassName
{
background-color: #3B2021;
}
.BgClassName
{
background-color: #3B2021;
}
</style>
border-color css
<style>
span { border-color: #3B2021; }
span { border-color: rgb(59,32,33); }
td.TdClassName
{
border-color: #3B2021;
}
.TagClassName
{
border-color: #3B2021;
}
</style>