Shades of Rustic Red #3A040B
Tints of Rustic Red #3A040B
RGB
CMYK
RGB Variations
Color information
#3A040B (or 0x3A040B) is known color: Rustic Red. HEX triplet: 3A, 04 and 0B. RGB value is (58,4,11). Sum of RGB (Red+Green+Blue) = 58+4+11=73 (9% of max value = 765). Red value is 58 (23.05% from 255 or 79.45% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 11 (4.69% from 255 or 15.07% from 73); Max value from RGB is 58 - color contains mainly: red. Hex color #3A040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A040B is #C5FBF4. Grayscale: #141414. Windows color (decimal): -12975093 or 721978. OLE color: 721978.
HSL color Cylindrical-coordinate representation of color #3A040B: hue angle of 352.22º 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 #3A040B is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 4 | 11 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.77 |
| HSL | 352.22º | 0.87% | 0.12% | - |
| HSV(B) | 352.22º | 0.93% | 0.23% | - |
| XYZ | 1.85 | 1.01 | 0.41 | - |
| YUV | 20.94 | 122.39 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 4 | 11 | 0 | 0.93 | 0.81 | 0.77 | 352.22 | 0.87 | 0.12 |
| Hex | 3A | 4 | B | 0 | 5D | 51 | 4D | 160 | 57 | C |
| Octal | 72 | 4 | 13 | 0 | 135 | 121 | 115 | 540 | 127 | 14 |
| Binary | 111010 | 100 | 1011 | 0 | 1011101 | 1010001 | 1001101 | 101100000 | 1010111 | 1100 |
Color Harmonies of #3A040B
Complementary color
Monochromatic Colors of #3A040B
Black with #3A040B
Text Example
Text Example
White with #3A040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A040B; }
p { color: rgb(58,4,11); }
H1.HeaderClassName
{
color: #3A040B;
}
.AnyTagClassName
{
color: #3A040B;
}
</style>
background-color css
<style>
a { background-color: #3A040B; }
a { background-color: rgb(58,4,11); }
div.DivClassName
{
background-color: #3A040B;
}
.BgClassName
{
background-color: #3A040B;
}
</style>
border-color css
<style>
span { border-color: #3A040B; }
span { border-color: rgb(58,4,11); }
td.TdClassName
{
border-color: #3A040B;
}
.TagClassName
{
border-color: #3A040B;
}
</style>