Shades of Rustic Red #3A1E20
Tints of Rustic Red #3A1E20
RGB
CMYK
RGB Variations
Color information
#3A1E20 (or 0x3A1E20) is known color: Rustic Red. HEX triplet: 3A, 1E and 20. RGB value is (58,30,32). Sum of RGB (Red+Green+Blue) = 58+30+32=120 (15% of max value = 765). Red value is 58 (23.05% from 255 or 48.33% from 120); Green value is 30 (12.11% from 255 or 25% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1E20 is #C5E1DF. Grayscale: #262626. Windows color (decimal): -12968416 or 2104890. OLE color: 2104890.
HSL color Cylindrical-coordinate representation of color #3A1E20: hue angle of 355.71º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A1E20 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.77.
Color convert
RGB | 58 | 30 | 32 | - |
CMYK | 0 | 0.48 | 0.45 | 0.77 |
HSL | 355.71º | 0.32% | 0.17% | - |
HSV(B) | 355.71º | 0.48% | 0.23% | - |
XYZ | 2.47 | 1.93 | 1.61 | - |
YUV | 38.6 | 124.28 | 141.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 30 | 32 | 0 | 0.48 | 0.45 | 0.77 | 355.71 | 0.32 | 0.17 |
Hex | 3A | 1E | 20 | 0 | 30 | 2D | 4D | 164 | 20 | 11 |
Octal | 72 | 36 | 40 | 0 | 60 | 55 | 115 | 544 | 40 | 21 |
Binary | 111010 | 11110 | 100000 | 0 | 110000 | 101101 | 1001101 | 101100100 | 100000 | 10001 |
Color Harmonies of #3A1E20
Complementary color
Monochromatic Colors of #3A1E20
Black with #3A1E20
Text Example
Text Example
White with #3A1E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1E20; }
p { color: rgb(58,30,32); }
H1.HeaderClassName
{
color: #3A1E20;
}
.AnyTagClassName
{
color: #3A1E20;
}
</style>
background-color css
<style>
a { background-color: #3A1E20; }
a { background-color: rgb(58,30,32); }
div.DivClassName
{
background-color: #3A1E20;
}
.BgClassName
{
background-color: #3A1E20;
}
</style>
border-color css
<style>
span { border-color: #3A1E20; }
span { border-color: rgb(58,30,32); }
td.TdClassName
{
border-color: #3A1E20;
}
.TagClassName
{
border-color: #3A1E20;
}
</style>