Shades of Rustic Red #3A1012
Tints of Rustic Red #3A1012
RGB
CMYK
RGB Variations
Color information
#3A1012 (or 0x3A1012) is known color: Rustic Red. HEX triplet: 3A, 10 and 12. RGB value is (58,16,18). Sum of RGB (Red+Green+Blue) = 58+16+18=92 (12% of max value = 765). Red value is 58 (23.05% from 255 or 63.04% from 92); Green value is 16 (6.64% from 255 or 17.39% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1012 is #C5EFED. Grayscale: #1C1C1C. Windows color (decimal): -12972014 or 1183802. OLE color: 1183802.
HSL color Cylindrical-coordinate representation of color #3A1012: hue angle of 357.14º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A1012 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 16 | 18 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.77 |
| HSL | 357.14º | 0.57% | 0.15% | - |
| HSV(B) | 357.14º | 0.72% | 0.23% | - |
| XYZ | 2.04 | 1.31 | 0.72 | - |
| YUV | 28.79 | 121.91 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 16 | 18 | 0 | 0.72 | 0.69 | 0.77 | 357.14 | 0.57 | 0.15 |
| Hex | 3A | 10 | 12 | 0 | 48 | 45 | 4D | 165 | 39 | F |
| Octal | 72 | 20 | 22 | 0 | 110 | 105 | 115 | 545 | 71 | 17 |
| Binary | 111010 | 10000 | 10010 | 0 | 1001000 | 1000101 | 1001101 | 101100101 | 111001 | 1111 |
Color Harmonies of #3A1012
Complementary color
Monochromatic Colors of #3A1012
Black with #3A1012
Text Example
Text Example
White with #3A1012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1012; }
p { color: rgb(58,16,18); }
H1.HeaderClassName
{
color: #3A1012;
}
.AnyTagClassName
{
color: #3A1012;
}
</style>
background-color css
<style>
a { background-color: #3A1012; }
a { background-color: rgb(58,16,18); }
div.DivClassName
{
background-color: #3A1012;
}
.BgClassName
{
background-color: #3A1012;
}
</style>
border-color css
<style>
span { border-color: #3A1012; }
span { border-color: rgb(58,16,18); }
td.TdClassName
{
border-color: #3A1012;
}
.TagClassName
{
border-color: #3A1012;
}
</style>