Shades of Rustic Red #3A010E
Tints of Rustic Red #3A010E
RGB
CMYK
RGB Variations
Color information
#3A010E (or 0x3A010E) is known color: Rustic Red. HEX triplet: 3A, 01 and 0E. RGB value is (58,1,14). Sum of RGB (Red+Green+Blue) = 58+1+14=73 (9% of max value = 765). Red value is 58 (23.05% from 255 or 79.45% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 14 (5.86% from 255 or 19.18% from 73); Max value from RGB is 58 - color contains mainly: red. Hex color #3A010E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A010E is #C5FEF1. Grayscale: #131313. Windows color (decimal): -12975858 or 917818. OLE color: 917818.
HSL color Cylindrical-coordinate representation of color #3A010E: hue angle of 346.32º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A010E is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 1 | 14 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.77 |
| HSL | 346.32º | 0.97% | 0.12% | - |
| HSV(B) | 346.32º | 0.98% | 0.23% | - |
| XYZ | 1.84 | 0.95 | 0.5 | - |
| YUV | 19.53 | 124.88 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 1 | 14 | 0 | 0.98 | 0.76 | 0.77 | 346.32 | 0.97 | 0.12 |
| Hex | 3A | 1 | E | 0 | 62 | 4C | 4D | 15A | 61 | C |
| Octal | 72 | 1 | 16 | 0 | 142 | 114 | 115 | 532 | 141 | 14 |
| Binary | 111010 | 1 | 1110 | 0 | 1100010 | 1001100 | 1001101 | 101011010 | 1100001 | 1100 |
Color Harmonies of #3A010E
Complementary color
Monochromatic Colors of #3A010E
Black with #3A010E
Text Example
Text Example
White with #3A010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A010E; }
p { color: rgb(58,1,14); }
H1.HeaderClassName
{
color: #3A010E;
}
.AnyTagClassName
{
color: #3A010E;
}
</style>
background-color css
<style>
a { background-color: #3A010E; }
a { background-color: rgb(58,1,14); }
div.DivClassName
{
background-color: #3A010E;
}
.BgClassName
{
background-color: #3A010E;
}
</style>
border-color css
<style>
span { border-color: #3A010E; }
span { border-color: rgb(58,1,14); }
td.TdClassName
{
border-color: #3A010E;
}
.TagClassName
{
border-color: #3A010E;
}
</style>