Shades of Rustic Red #3A0406
Tints of Rustic Red #3A0406
RGB
CMYK
RGB Variations
Color information
#3A0406 (or 0x3A0406) is known color: Rustic Red. HEX triplet: 3A, 04 and 06. RGB value is (58,4,6). Sum of RGB (Red+Green+Blue) = 58+4+6=68 (9% of max value = 765). Red value is 58 (23.05% from 255 or 85.29% from 68); Green value is 4 (1.95% from 255 or 5.88% from 68); Blue value is 6 (2.73% from 255 or 8.82% from 68); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0406 is #C5FBF9. Grayscale: #141414. Windows color (decimal): -12975098 or 394298. OLE color: 394298.
HSL color Cylindrical-coordinate representation of color #3A0406: hue angle of 357.78º 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 #3A0406 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 4 | 6 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.77 |
| HSL | 357.78º | 0.87% | 0.12% | - |
| HSV(B) | 357.78º | 0.93% | 0.23% | - |
| XYZ | 1.82 | 1 | 0.27 | - |
| YUV | 20.37 | 119.89 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 4 | 6 | 0 | 0.93 | 0.90 | 0.77 | 357.78 | 0.87 | 0.12 |
| Hex | 3A | 4 | 6 | 0 | 5D | 5A | 4D | 166 | 57 | C |
| Octal | 72 | 4 | 6 | 0 | 135 | 132 | 115 | 546 | 127 | 14 |
| Binary | 111010 | 100 | 110 | 0 | 1011101 | 1011010 | 1001101 | 101100110 | 1010111 | 1100 |
Color Harmonies of #3A0406
Complementary color
Monochromatic Colors of #3A0406
Black with #3A0406
Text Example
Text Example
White with #3A0406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0406; }
p { color: rgb(58,4,6); }
H1.HeaderClassName
{
color: #3A0406;
}
.AnyTagClassName
{
color: #3A0406;
}
</style>
background-color css
<style>
a { background-color: #3A0406; }
a { background-color: rgb(58,4,6); }
div.DivClassName
{
background-color: #3A0406;
}
.BgClassName
{
background-color: #3A0406;
}
</style>
border-color css
<style>
span { border-color: #3A0406; }
span { border-color: rgb(58,4,6); }
td.TdClassName
{
border-color: #3A0406;
}
.TagClassName
{
border-color: #3A0406;
}
</style>