Shades of Rustic Red #3A081A
Tints of Rustic Red #3A081A
RGB
CMYK
RGB Variations
Color information
#3A081A (or 0x3A081A) is known color: Rustic Red. HEX triplet: 3A, 08 and 1A. RGB value is (58,8,26). Sum of RGB (Red+Green+Blue) = 58+8+26=92 (12% of max value = 765). Red value is 58 (23.05% from 255 or 63.04% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 58 - color contains mainly: red. Hex color #3A081A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A081A is #C5F7E5. Grayscale: #181818. Windows color (decimal): -12974054 or 1706042. OLE color: 1706042.
HSL color Cylindrical-coordinate representation of color #3A081A: hue angle of 338.4º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A081A is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 8 | 26 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.77 |
| HSL | 338.4º | 0.76% | 0.13% | - |
| HSV(B) | 338.4º | 0.86% | 0.23% | - |
| XYZ | 2.02 | 1.15 | 1.09 | - |
| YUV | 25 | 128.57 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 8 | 26 | 0 | 0.86 | 0.55 | 0.77 | 338.4 | 0.76 | 0.13 |
| Hex | 3A | 8 | 1A | 0 | 56 | 37 | 4D | 152 | 4C | D |
| Octal | 72 | 10 | 32 | 0 | 126 | 67 | 115 | 522 | 114 | 15 |
| Binary | 111010 | 1000 | 11010 | 0 | 1010110 | 110111 | 1001101 | 101010010 | 1001100 | 1101 |
Color Harmonies of #3A081A
Complementary color
Monochromatic Colors of #3A081A
Black with #3A081A
Text Example
Text Example
White with #3A081A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A081A; }
p { color: rgb(58,8,26); }
H1.HeaderClassName
{
color: #3A081A;
}
.AnyTagClassName
{
color: #3A081A;
}
</style>
background-color css
<style>
a { background-color: #3A081A; }
a { background-color: rgb(58,8,26); }
div.DivClassName
{
background-color: #3A081A;
}
.BgClassName
{
background-color: #3A081A;
}
</style>
border-color css
<style>
span { border-color: #3A081A; }
span { border-color: rgb(58,8,26); }
td.TdClassName
{
border-color: #3A081A;
}
.TagClassName
{
border-color: #3A081A;
}
</style>