Shades of Rustic Red #3A020E
Tints of Rustic Red #3A020E
RGB
CMYK
RGB Variations
Color information
#3A020E (or 0x3A020E) is known color: Rustic Red. HEX triplet: 3A, 02 and 0E. RGB value is (58,2,14). Sum of RGB (Red+Green+Blue) = 58+2+14=74 (9% of max value = 765). Red value is 58 (23.05% from 255 or 78.38% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 14 (5.86% from 255 or 18.92% from 74); Max value from RGB is 58 - color contains mainly: red. Hex color #3A020E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A020E is #C5FDF1. Grayscale: #141414. Windows color (decimal): -12975602 or 918074. OLE color: 918074.
HSL color Cylindrical-coordinate representation of color #3A020E: hue angle of 347.14º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A020E is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 2 | 14 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.77 |
| HSL | 347.14º | 0.93% | 0.12% | - |
| HSV(B) | 347.14º | 0.97% | 0.23% | - |
| XYZ | 1.85 | 0.97 | 0.51 | - |
| YUV | 20.11 | 124.55 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 2 | 14 | 0 | 0.97 | 0.76 | 0.77 | 347.14 | 0.93 | 0.12 |
| Hex | 3A | 2 | E | 0 | 61 | 4C | 4D | 15B | 5D | C |
| Octal | 72 | 2 | 16 | 0 | 141 | 114 | 115 | 533 | 135 | 14 |
| Binary | 111010 | 10 | 1110 | 0 | 1100001 | 1001100 | 1001101 | 101011011 | 1011101 | 1100 |
Color Harmonies of #3A020E
Complementary color
Monochromatic Colors of #3A020E
Black with #3A020E
Text Example
Text Example
White with #3A020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A020E; }
p { color: rgb(58,2,14); }
H1.HeaderClassName
{
color: #3A020E;
}
.AnyTagClassName
{
color: #3A020E;
}
</style>
background-color css
<style>
a { background-color: #3A020E; }
a { background-color: rgb(58,2,14); }
div.DivClassName
{
background-color: #3A020E;
}
.BgClassName
{
background-color: #3A020E;
}
</style>
border-color css
<style>
span { border-color: #3A020E; }
span { border-color: rgb(58,2,14); }
td.TdClassName
{
border-color: #3A020E;
}
.TagClassName
{
border-color: #3A020E;
}
</style>