Shades of Rustic Red #3A090E
Tints of Rustic Red #3A090E
RGB
CMYK
RGB Variations
Color information
#3A090E (or 0x3A090E) is known color: Rustic Red. HEX triplet: 3A, 09 and 0E. RGB value is (58,9,14). Sum of RGB (Red+Green+Blue) = 58+9+14=81 (10% of max value = 765). Red value is 58 (23.05% from 255 or 71.60% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 14 (5.86% from 255 or 17.28% from 81); Max value from RGB is 58 - color contains mainly: red. Hex color #3A090E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A090E is #C5F6F1. Grayscale: #181818. Windows color (decimal): -12973810 or 919866. OLE color: 919866.
HSL color Cylindrical-coordinate representation of color #3A090E: hue angle of 353.88º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A090E is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 9 | 14 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.77 |
| HSL | 353.88º | 0.73% | 0.13% | - |
| HSV(B) | 353.88º | 0.84% | 0.23% | - |
| XYZ | 1.92 | 1.13 | 0.53 | - |
| YUV | 24.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 9 | 14 | 0 | 0.84 | 0.76 | 0.77 | 353.88 | 0.73 | 0.13 |
| Hex | 3A | 9 | E | 0 | 54 | 4C | 4D | 162 | 49 | D |
| Octal | 72 | 11 | 16 | 0 | 124 | 114 | 115 | 542 | 111 | 15 |
| Binary | 111010 | 1001 | 1110 | 0 | 1010100 | 1001100 | 1001101 | 101100010 | 1001001 | 1101 |
Color Harmonies of #3A090E
Complementary color
Monochromatic Colors of #3A090E
Black with #3A090E
Text Example
Text Example
White with #3A090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A090E; }
p { color: rgb(58,9,14); }
H1.HeaderClassName
{
color: #3A090E;
}
.AnyTagClassName
{
color: #3A090E;
}
</style>
background-color css
<style>
a { background-color: #3A090E; }
a { background-color: rgb(58,9,14); }
div.DivClassName
{
background-color: #3A090E;
}
.BgClassName
{
background-color: #3A090E;
}
</style>
border-color css
<style>
span { border-color: #3A090E; }
span { border-color: rgb(58,9,14); }
td.TdClassName
{
border-color: #3A090E;
}
.TagClassName
{
border-color: #3A090E;
}
</style>