Shades of Rustic Red #3A080B
Tints of Rustic Red #3A080B
RGB
CMYK
RGB Variations
Color information
#3A080B (or 0x3A080B) is known color: Rustic Red. HEX triplet: 3A, 08 and 0B. RGB value is (58,8,11). Sum of RGB (Red+Green+Blue) = 58+8+11=77 (10% of max value = 765). Red value is 58 (23.05% from 255 or 75.32% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 11 (4.69% from 255 or 14.29% from 77); Max value from RGB is 58 - color contains mainly: red. Hex color #3A080B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A080B is #C5F7F4. Grayscale: #171717. Windows color (decimal): -12974069 or 723002. OLE color: 723002.
HSL color Cylindrical-coordinate representation of color #3A080B: hue angle of 356.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 #3A080B is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 8 | 11 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.77 |
| HSL | 356.4º | 0.76% | 0.13% | - |
| HSV(B) | 356.4º | 0.86% | 0.23% | - |
| XYZ | 1.89 | 1.1 | 0.43 | - |
| YUV | 23.29 | 121.07 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 8 | 11 | 0 | 0.86 | 0.81 | 0.77 | 356.4 | 0.76 | 0.13 |
| Hex | 3A | 8 | B | 0 | 56 | 51 | 4D | 164 | 4C | D |
| Octal | 72 | 10 | 13 | 0 | 126 | 121 | 115 | 544 | 114 | 15 |
| Binary | 111010 | 1000 | 1011 | 0 | 1010110 | 1010001 | 1001101 | 101100100 | 1001100 | 1101 |
Color Harmonies of #3A080B
Complementary color
Monochromatic Colors of #3A080B
Black with #3A080B
Text Example
Text Example
White with #3A080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A080B; }
p { color: rgb(58,8,11); }
H1.HeaderClassName
{
color: #3A080B;
}
.AnyTagClassName
{
color: #3A080B;
}
</style>
background-color css
<style>
a { background-color: #3A080B; }
a { background-color: rgb(58,8,11); }
div.DivClassName
{
background-color: #3A080B;
}
.BgClassName
{
background-color: #3A080B;
}
</style>
border-color css
<style>
span { border-color: #3A080B; }
span { border-color: rgb(58,8,11); }
td.TdClassName
{
border-color: #3A080B;
}
.TagClassName
{
border-color: #3A080B;
}
</style>