Shades of Rustic Red #3A0710
Tints of Rustic Red #3A0710
RGB
CMYK
RGB Variations
Color information
#3A0710 (or 0x3A0710) is known color: Rustic Red. HEX triplet: 3A, 07 and 10. RGB value is (58,7,16). Sum of RGB (Red+Green+Blue) = 58+7+16=81 (10% of max value = 765). Red value is 58 (23.05% from 255 or 71.60% from 81); Green value is 7 (3.12% from 255 or 8.64% from 81); Blue value is 16 (6.64% from 255 or 19.75% from 81); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0710 is #C5F8EF. Grayscale: #171717. Windows color (decimal): -12974320 or 1050426. OLE color: 1050426.
HSL color Cylindrical-coordinate representation of color #3A0710: hue angle of 349.41º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A0710 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 7 | 16 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.77 |
| HSL | 349.41º | 0.78% | 0.13% | - |
| HSV(B) | 349.41º | 0.88% | 0.23% | - |
| XYZ | 1.91 | 1.09 | 0.6 | - |
| YUV | 23.28 | 123.9 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 7 | 16 | 0 | 0.88 | 0.72 | 0.77 | 349.41 | 0.78 | 0.13 |
| Hex | 3A | 7 | 10 | 0 | 58 | 48 | 4D | 15D | 4E | D |
| Octal | 72 | 7 | 20 | 0 | 130 | 110 | 115 | 535 | 116 | 15 |
| Binary | 111010 | 111 | 10000 | 0 | 1011000 | 1001000 | 1001101 | 101011101 | 1001110 | 1101 |
Color Harmonies of #3A0710
Complementary color
Monochromatic Colors of #3A0710
Black with #3A0710
Text Example
Text Example
White with #3A0710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0710; }
p { color: rgb(58,7,16); }
H1.HeaderClassName
{
color: #3A0710;
}
.AnyTagClassName
{
color: #3A0710;
}
</style>
background-color css
<style>
a { background-color: #3A0710; }
a { background-color: rgb(58,7,16); }
div.DivClassName
{
background-color: #3A0710;
}
.BgClassName
{
background-color: #3A0710;
}
</style>
border-color css
<style>
span { border-color: #3A0710; }
span { border-color: rgb(58,7,16); }
td.TdClassName
{
border-color: #3A0710;
}
.TagClassName
{
border-color: #3A0710;
}
</style>