Shades of Rustic Red #3A080F
Tints of Rustic Red #3A080F
RGB
CMYK
RGB Variations
Color information
#3A080F (or 0x3A080F) is known color: Rustic Red. HEX triplet: 3A, 08 and 0F. RGB value is (58,8,15). Sum of RGB (Red+Green+Blue) = 58+8+15=81 (10% of max value = 765). Red value is 58 (23.05% from 255 or 71.60% from 81); Green value is 8 (3.52% from 255 or 9.88% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 58 - color contains mainly: red. Hex color #3A080F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A080F is #C5F7F0. Grayscale: #171717. Windows color (decimal): -12974065 or 985146. OLE color: 985146.
HSL color Cylindrical-coordinate representation of color #3A080F: hue angle of 351.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 #3A080F is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 8 | 15 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.77 |
| HSL | 351.6º | 0.76% | 0.13% | - |
| HSV(B) | 351.6º | 0.86% | 0.23% | - |
| XYZ | 1.92 | 1.11 | 0.56 | - |
| YUV | 23.75 | 123.07 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 8 | 15 | 0 | 0.86 | 0.74 | 0.77 | 351.6 | 0.76 | 0.13 |
| Hex | 3A | 8 | F | 0 | 56 | 4A | 4D | 160 | 4C | D |
| Octal | 72 | 10 | 17 | 0 | 126 | 112 | 115 | 540 | 114 | 15 |
| Binary | 111010 | 1000 | 1111 | 0 | 1010110 | 1001010 | 1001101 | 101100000 | 1001100 | 1101 |
Color Harmonies of #3A080F
Complementary color
Monochromatic Colors of #3A080F
Black with #3A080F
Text Example
Text Example
White with #3A080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A080F; }
p { color: rgb(58,8,15); }
H1.HeaderClassName
{
color: #3A080F;
}
.AnyTagClassName
{
color: #3A080F;
}
</style>
background-color css
<style>
a { background-color: #3A080F; }
a { background-color: rgb(58,8,15); }
div.DivClassName
{
background-color: #3A080F;
}
.BgClassName
{
background-color: #3A080F;
}
</style>
border-color css
<style>
span { border-color: #3A080F; }
span { border-color: rgb(58,8,15); }
td.TdClassName
{
border-color: #3A080F;
}
.TagClassName
{
border-color: #3A080F;
}
</style>