Shades of Rustic Red #3A0506
Tints of Rustic Red #3A0506
RGB
CMYK
RGB Variations
Color information
#3A0506 (or 0x3A0506) is known color: Rustic Red. HEX triplet: 3A, 05 and 06. RGB value is (58,5,6). Sum of RGB (Red+Green+Blue) = 58+5+6=69 (9% of max value = 765). Red value is 58 (23.05% from 255 or 84.06% from 69); Green value is 5 (2.34% from 255 or 7.25% from 69); Blue value is 6 (2.73% from 255 or 8.70% from 69); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0506 is #C5FAF9. Grayscale: #151515. Windows color (decimal): -12974842 or 394554. OLE color: 394554.
HSL color Cylindrical-coordinate representation of color #3A0506: hue angle of 358.87º 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 #3A0506 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 5 | 6 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.77 |
| HSL | 358.87º | 0.84% | 0.12% | - |
| HSV(B) | 358.87º | 0.91% | 0.23% | - |
| XYZ | 1.83 | 1.02 | 0.27 | - |
| YUV | 20.96 | 119.56 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 5 | 6 | 0 | 0.91 | 0.90 | 0.77 | 358.87 | 0.84 | 0.12 |
| Hex | 3A | 5 | 6 | 0 | 5B | 5A | 4D | 167 | 54 | C |
| Octal | 72 | 5 | 6 | 0 | 133 | 132 | 115 | 547 | 124 | 14 |
| Binary | 111010 | 101 | 110 | 0 | 1011011 | 1011010 | 1001101 | 101100111 | 1010100 | 1100 |
Color Harmonies of #3A0506
Complementary color
Monochromatic Colors of #3A0506
Black with #3A0506
Text Example
Text Example
White with #3A0506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0506; }
p { color: rgb(58,5,6); }
H1.HeaderClassName
{
color: #3A0506;
}
.AnyTagClassName
{
color: #3A0506;
}
</style>
background-color css
<style>
a { background-color: #3A0506; }
a { background-color: rgb(58,5,6); }
div.DivClassName
{
background-color: #3A0506;
}
.BgClassName
{
background-color: #3A0506;
}
</style>
border-color css
<style>
span { border-color: #3A0506; }
span { border-color: rgb(58,5,6); }
td.TdClassName
{
border-color: #3A0506;
}
.TagClassName
{
border-color: #3A0506;
}
</style>