Shades of Rustic Red #3A080A
Tints of Rustic Red #3A080A
RGB
CMYK
RGB Variations
Color information
#3A080A (or 0x3A080A) is known color: Rustic Red. HEX triplet: 3A, 08 and 0A. RGB value is (58,8,10). Sum of RGB (Red+Green+Blue) = 58+8+10=76 (10% of max value = 765). Red value is 58 (23.05% from 255 or 76.32% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 10 (4.30% from 255 or 13.16% from 76); Max value from RGB is 58 - color contains mainly: red. Hex color #3A080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A080A is #C5F7F5. Grayscale: #171717. Windows color (decimal): -12974070 or 657466. OLE color: 657466.
HSL color Cylindrical-coordinate representation of color #3A080A: hue angle of 357.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 #3A080A is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 8 | 10 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.77 |
| HSL | 357.6º | 0.76% | 0.13% | - |
| HSV(B) | 357.6º | 0.86% | 0.23% | - |
| XYZ | 1.89 | 1.1 | 0.4 | - |
| YUV | 23.18 | 120.57 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 8 | 10 | 0 | 0.86 | 0.83 | 0.77 | 357.6 | 0.76 | 0.13 |
| Hex | 3A | 8 | A | 0 | 56 | 53 | 4D | 166 | 4C | D |
| Octal | 72 | 10 | 12 | 0 | 126 | 123 | 115 | 546 | 114 | 15 |
| Binary | 111010 | 1000 | 1010 | 0 | 1010110 | 1010011 | 1001101 | 101100110 | 1001100 | 1101 |
Color Harmonies of #3A080A
Complementary color
Monochromatic Colors of #3A080A
Black with #3A080A
Text Example
Text Example
White with #3A080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A080A; }
p { color: rgb(58,8,10); }
H1.HeaderClassName
{
color: #3A080A;
}
.AnyTagClassName
{
color: #3A080A;
}
</style>
background-color css
<style>
a { background-color: #3A080A; }
a { background-color: rgb(58,8,10); }
div.DivClassName
{
background-color: #3A080A;
}
.BgClassName
{
background-color: #3A080A;
}
</style>
border-color css
<style>
span { border-color: #3A080A; }
span { border-color: rgb(58,8,10); }
td.TdClassName
{
border-color: #3A080A;
}
.TagClassName
{
border-color: #3A080A;
}
</style>