Shades of Rustic Red #3A040F
Tints of Rustic Red #3A040F
RGB
CMYK
RGB Variations
Color information
#3A040F (or 0x3A040F) is known color: Rustic Red. HEX triplet: 3A, 04 and 0F. RGB value is (58,4,15). Sum of RGB (Red+Green+Blue) = 58+4+15=77 (10% of max value = 765). Red value is 58 (23.05% from 255 or 75.32% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 58 - color contains mainly: red. Hex color #3A040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A040F is #C5FBF0. Grayscale: #151515. Windows color (decimal): -12975089 or 984122. OLE color: 984122.
HSL color Cylindrical-coordinate representation of color #3A040F: hue angle of 347.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 #3A040F is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 4 | 15 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.77 |
| HSL | 347.78º | 0.87% | 0.12% | - |
| HSV(B) | 347.78º | 0.93% | 0.23% | - |
| XYZ | 1.87 | 1.02 | 0.55 | - |
| YUV | 21.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 4 | 15 | 0 | 0.93 | 0.74 | 0.77 | 347.78 | 0.87 | 0.12 |
| Hex | 3A | 4 | F | 0 | 5D | 4A | 4D | 15C | 57 | C |
| Octal | 72 | 4 | 17 | 0 | 135 | 112 | 115 | 534 | 127 | 14 |
| Binary | 111010 | 100 | 1111 | 0 | 1011101 | 1001010 | 1001101 | 101011100 | 1010111 | 1100 |
Color Harmonies of #3A040F
Complementary color
Monochromatic Colors of #3A040F
Black with #3A040F
Text Example
Text Example
White with #3A040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A040F; }
p { color: rgb(58,4,15); }
H1.HeaderClassName
{
color: #3A040F;
}
.AnyTagClassName
{
color: #3A040F;
}
</style>
background-color css
<style>
a { background-color: #3A040F; }
a { background-color: rgb(58,4,15); }
div.DivClassName
{
background-color: #3A040F;
}
.BgClassName
{
background-color: #3A040F;
}
</style>
border-color css
<style>
span { border-color: #3A040F; }
span { border-color: rgb(58,4,15); }
td.TdClassName
{
border-color: #3A040F;
}
.TagClassName
{
border-color: #3A040F;
}
</style>