Shades of Rustic Red #3A0819
Tints of Rustic Red #3A0819
RGB
CMYK
RGB Variations
Color information
#3A0819 (or 0x3A0819) is known color: Rustic Red. HEX triplet: 3A, 08 and 19. RGB value is (58,8,25). Sum of RGB (Red+Green+Blue) = 58+8+25=91 (12% of max value = 765). Red value is 58 (23.05% from 255 or 63.74% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0819 is #C5F7E6. Grayscale: #181818. Windows color (decimal): -12974055 or 1640506. OLE color: 1640506.
HSL color Cylindrical-coordinate representation of color #3A0819: hue angle of 339.6º 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 #3A0819 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 8 | 25 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.77 |
| HSL | 339.6º | 0.76% | 0.13% | - |
| HSV(B) | 339.6º | 0.86% | 0.23% | - |
| XYZ | 2.01 | 1.14 | 1.03 | - |
| YUV | 24.89 | 128.07 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 8 | 25 | 0 | 0.86 | 0.57 | 0.77 | 339.6 | 0.76 | 0.13 |
| Hex | 3A | 8 | 19 | 0 | 56 | 39 | 4D | 154 | 4C | D |
| Octal | 72 | 10 | 31 | 0 | 126 | 71 | 115 | 524 | 114 | 15 |
| Binary | 111010 | 1000 | 11001 | 0 | 1010110 | 111001 | 1001101 | 101010100 | 1001100 | 1101 |
Color Harmonies of #3A0819
Complementary color
Monochromatic Colors of #3A0819
Black with #3A0819
Text Example
Text Example
White with #3A0819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0819; }
p { color: rgb(58,8,25); }
H1.HeaderClassName
{
color: #3A0819;
}
.AnyTagClassName
{
color: #3A0819;
}
</style>
background-color css
<style>
a { background-color: #3A0819; }
a { background-color: rgb(58,8,25); }
div.DivClassName
{
background-color: #3A0819;
}
.BgClassName
{
background-color: #3A0819;
}
</style>
border-color css
<style>
span { border-color: #3A0819; }
span { border-color: rgb(58,8,25); }
td.TdClassName
{
border-color: #3A0819;
}
.TagClassName
{
border-color: #3A0819;
}
</style>