Shades of Rustic Red #3A2021
Tints of Rustic Red #3A2021
RGB
CMYK
RGB Variations
Color information
#3A2021 (or 0x3A2021) is known color: Rustic Red. HEX triplet: 3A, 20 and 21. RGB value is (58,32,33). Sum of RGB (Red+Green+Blue) = 58+32+33=123 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.15% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2021 is #C5DFDE. Grayscale: #272727. Windows color (decimal): -12967903 or 2170938. OLE color: 2170938.
HSL color Cylindrical-coordinate representation of color #3A2021: hue angle of 357.69º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A2021 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.77.
Color convert
RGB | 58 | 32 | 33 | - |
CMYK | 0 | 0.45 | 0.43 | 0.77 |
HSL | 357.69º | 0.29% | 0.18% | - |
HSV(B) | 357.69º | 0.45% | 0.23% | - |
XYZ | 2.54 | 2.04 | 1.7 | - |
YUV | 39.89 | 124.11 | 140.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 32 | 33 | 0 | 0.45 | 0.43 | 0.77 | 357.69 | 0.29 | 0.18 |
Hex | 3A | 20 | 21 | 0 | 2D | 2B | 4D | 166 | 1D | 12 |
Octal | 72 | 40 | 41 | 0 | 55 | 53 | 115 | 546 | 35 | 22 |
Binary | 111010 | 100000 | 100001 | 0 | 101101 | 101011 | 1001101 | 101100110 | 11101 | 10010 |
Color Harmonies of #3A2021
Complementary color
Monochromatic Colors of #3A2021
Black with #3A2021
Text Example
Text Example
White with #3A2021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2021; }
p { color: rgb(58,32,33); }
H1.HeaderClassName
{
color: #3A2021;
}
.AnyTagClassName
{
color: #3A2021;
}
</style>
background-color css
<style>
a { background-color: #3A2021; }
a { background-color: rgb(58,32,33); }
div.DivClassName
{
background-color: #3A2021;
}
.BgClassName
{
background-color: #3A2021;
}
</style>
border-color css
<style>
span { border-color: #3A2021; }
span { border-color: rgb(58,32,33); }
td.TdClassName
{
border-color: #3A2021;
}
.TagClassName
{
border-color: #3A2021;
}
</style>