Shades of Rustic Red #3A040E
Tints of Rustic Red #3A040E
RGB
CMYK
RGB Variations
Color information
#3A040E (or 0x3A040E) is known color: Rustic Red. HEX triplet: 3A, 04 and 0E. RGB value is (58,4,14). Sum of RGB (Red+Green+Blue) = 58+4+14=76 (10% of max value = 765). Red value is 58 (23.05% from 255 or 76.32% from 76); Green value is 4 (1.95% from 255 or 5.26% from 76); Blue value is 14 (5.86% from 255 or 18.42% from 76); Max value from RGB is 58 - color contains mainly: red. Hex color #3A040E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A040E is #C5FBF1. Grayscale: #151515. Windows color (decimal): -12975090 or 918586. OLE color: 918586.
HSL color Cylindrical-coordinate representation of color #3A040E: hue angle of 348.89º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A040E is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 4 | 14 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.77 |
| HSL | 348.89º | 0.87% | 0.12% | - |
| HSV(B) | 348.89º | 0.93% | 0.23% | - |
| XYZ | 1.87 | 1.02 | 0.51 | - |
| YUV | 21.29 | 123.89 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 4 | 14 | 0 | 0.93 | 0.76 | 0.77 | 348.89 | 0.87 | 0.12 |
| Hex | 3A | 4 | E | 0 | 5D | 4C | 4D | 15D | 57 | C |
| Octal | 72 | 4 | 16 | 0 | 135 | 114 | 115 | 535 | 127 | 14 |
| Binary | 111010 | 100 | 1110 | 0 | 1011101 | 1001100 | 1001101 | 101011101 | 1010111 | 1100 |
Color Harmonies of #3A040E
Complementary color
Monochromatic Colors of #3A040E
Black with #3A040E
Text Example
Text Example
White with #3A040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A040E; }
p { color: rgb(58,4,14); }
H1.HeaderClassName
{
color: #3A040E;
}
.AnyTagClassName
{
color: #3A040E;
}
</style>
background-color css
<style>
a { background-color: #3A040E; }
a { background-color: rgb(58,4,14); }
div.DivClassName
{
background-color: #3A040E;
}
.BgClassName
{
background-color: #3A040E;
}
</style>
border-color css
<style>
span { border-color: #3A040E; }
span { border-color: rgb(58,4,14); }
td.TdClassName
{
border-color: #3A040E;
}
.TagClassName
{
border-color: #3A040E;
}
</style>