Shades of Rustic Red #3A050E
Tints of Rustic Red #3A050E
RGB
CMYK
RGB Variations
Color information
#3A050E (or 0x3A050E) is known color: Rustic Red. HEX triplet: 3A, 05 and 0E. RGB value is (58,5,14). Sum of RGB (Red+Green+Blue) = 58+5+14=77 (10% of max value = 765). Red value is 58 (23.05% from 255 or 75.32% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 14 (5.86% from 255 or 18.18% from 77); Max value from RGB is 58 - color contains mainly: red. Hex color #3A050E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A050E is #C5FAF1. Grayscale: #151515. Windows color (decimal): -12974834 or 918842. OLE color: 918842.
HSL color Cylindrical-coordinate representation of color #3A050E: hue angle of 349.81º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A050E is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 5 | 14 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.77 |
| HSL | 349.81º | 0.84% | 0.12% | - |
| HSV(B) | 349.81º | 0.91% | 0.23% | - |
| XYZ | 1.88 | 1.04 | 0.52 | - |
| YUV | 21.87 | 123.56 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 5 | 14 | 0 | 0.91 | 0.76 | 0.77 | 349.81 | 0.84 | 0.12 |
| Hex | 3A | 5 | E | 0 | 5B | 4C | 4D | 15E | 54 | C |
| Octal | 72 | 5 | 16 | 0 | 133 | 114 | 115 | 536 | 124 | 14 |
| Binary | 111010 | 101 | 1110 | 0 | 1011011 | 1001100 | 1001101 | 101011110 | 1010100 | 1100 |
Color Harmonies of #3A050E
Complementary color
Monochromatic Colors of #3A050E
Black with #3A050E
Text Example
Text Example
White with #3A050E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A050E; }
p { color: rgb(58,5,14); }
H1.HeaderClassName
{
color: #3A050E;
}
.AnyTagClassName
{
color: #3A050E;
}
</style>
background-color css
<style>
a { background-color: #3A050E; }
a { background-color: rgb(58,5,14); }
div.DivClassName
{
background-color: #3A050E;
}
.BgClassName
{
background-color: #3A050E;
}
</style>
border-color css
<style>
span { border-color: #3A050E; }
span { border-color: rgb(58,5,14); }
td.TdClassName
{
border-color: #3A050E;
}
.TagClassName
{
border-color: #3A050E;
}
</style>