Shades of Rustic Red #3A000E
Tints of Rustic Red #3A000E
RGB
CMYK
RGB Variations
Color information
#3A000E (or 0x3A000E) is known color: Rustic Red. HEX triplet: 3A, 00 and 0E. RGB value is (58,0,14). Sum of RGB (Red+Green+Blue) = 58+0+14=72 (9% of max value = 765). Red value is 58 (23.05% from 255 or 80.56% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 14 (5.86% from 255 or 19.44% from 72); Max value from RGB is 58 - color contains mainly: red. Hex color #3A000E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A000E is #C5FFF1. Grayscale: #121212. Windows color (decimal): -12976114 or 917562. OLE color: 917562.
HSL color Cylindrical-coordinate representation of color #3A000E: hue angle of 345.52º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A000E is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.76 | 0.77 |
| HSL | 345.52º | 1% | 0.11% | - |
| HSV(B) | 345.52º | 1% | 0.23% | - |
| XYZ | 1.82 | 0.93 | 0.5 | - |
| YUV | 18.94 | 125.22 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 14 | 0 | 1 | 0.76 | 0.77 | 345.52 | 1 | 0.11 |
| Hex | 3A | 0 | E | 0 | 64 | 4C | 4D | 15A | 64 | B |
| Octal | 72 | 0 | 16 | 0 | 144 | 114 | 115 | 532 | 144 | 13 |
| Binary | 111010 | 0 | 1110 | 0 | 1100100 | 1001100 | 1001101 | 101011010 | 1100100 | 1011 |
Color Harmonies of #3A000E
Complementary color
Monochromatic Colors of #3A000E
Black with #3A000E
Text Example
Text Example
White with #3A000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A000E; }
p { color: rgb(58,0,14); }
H1.HeaderClassName
{
color: #3A000E;
}
.AnyTagClassName
{
color: #3A000E;
}
</style>
background-color css
<style>
a { background-color: #3A000E; }
a { background-color: rgb(58,0,14); }
div.DivClassName
{
background-color: #3A000E;
}
.BgClassName
{
background-color: #3A000E;
}
</style>
border-color css
<style>
span { border-color: #3A000E; }
span { border-color: rgb(58,0,14); }
td.TdClassName
{
border-color: #3A000E;
}
.TagClassName
{
border-color: #3A000E;
}
</style>