Shades of Rustic Red #3A050A
Tints of Rustic Red #3A050A
RGB
CMYK
RGB Variations
Color information
#3A050A (or 0x3A050A) is known color: Rustic Red. HEX triplet: 3A, 05 and 0A. RGB value is (58,5,10). Sum of RGB (Red+Green+Blue) = 58+5+10=73 (9% of max value = 765). Red value is 58 (23.05% from 255 or 79.45% from 73); Green value is 5 (2.34% from 255 or 6.85% from 73); Blue value is 10 (4.30% from 255 or 13.70% from 73); Max value from RGB is 58 - color contains mainly: red. Hex color #3A050A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A050A is #C5FAF5. Grayscale: #151515. Windows color (decimal): -12974838 or 656698. OLE color: 656698.
HSL color Cylindrical-coordinate representation of color #3A050A: hue angle of 354.34º 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 #3A050A is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 5 | 10 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.77 |
| HSL | 354.34º | 0.84% | 0.12% | - |
| HSV(B) | 354.34º | 0.91% | 0.23% | - |
| XYZ | 1.85 | 1.03 | 0.39 | - |
| YUV | 21.42 | 121.56 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 5 | 10 | 0 | 0.91 | 0.83 | 0.77 | 354.34 | 0.84 | 0.12 |
| Hex | 3A | 5 | A | 0 | 5B | 53 | 4D | 162 | 54 | C |
| Octal | 72 | 5 | 12 | 0 | 133 | 123 | 115 | 542 | 124 | 14 |
| Binary | 111010 | 101 | 1010 | 0 | 1011011 | 1010011 | 1001101 | 101100010 | 1010100 | 1100 |
Color Harmonies of #3A050A
Complementary color
Monochromatic Colors of #3A050A
Black with #3A050A
Text Example
Text Example
White with #3A050A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A050A; }
p { color: rgb(58,5,10); }
H1.HeaderClassName
{
color: #3A050A;
}
.AnyTagClassName
{
color: #3A050A;
}
</style>
background-color css
<style>
a { background-color: #3A050A; }
a { background-color: rgb(58,5,10); }
div.DivClassName
{
background-color: #3A050A;
}
.BgClassName
{
background-color: #3A050A;
}
</style>
border-color css
<style>
span { border-color: #3A050A; }
span { border-color: rgb(58,5,10); }
td.TdClassName
{
border-color: #3A050A;
}
.TagClassName
{
border-color: #3A050A;
}
</style>