Shades of Rustic Red #3A010A
Tints of Rustic Red #3A010A
RGB
CMYK
RGB Variations
Color information
#3A010A (or 0x3A010A) is known color: Rustic Red. HEX triplet: 3A, 01 and 0A. RGB value is (58,1,10). Sum of RGB (Red+Green+Blue) = 58+1+10=69 (9% of max value = 765). Red value is 58 (23.05% from 255 or 84.06% from 69); Green value is 1 (0.78% from 255 or 1.45% from 69); Blue value is 10 (4.30% from 255 or 14.49% from 69); Max value from RGB is 58 - color contains mainly: red. Hex color #3A010A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A010A is #C5FEF5. Grayscale: #131313. Windows color (decimal): -12975862 or 655674. OLE color: 655674.
HSL color Cylindrical-coordinate representation of color #3A010A: hue angle of 350.53º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A010A is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 1 | 10 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.77 |
| HSL | 350.53º | 0.97% | 0.12% | - |
| HSV(B) | 350.53º | 0.98% | 0.23% | - |
| XYZ | 1.81 | 0.94 | 0.37 | - |
| YUV | 19.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 1 | 10 | 0 | 0.98 | 0.83 | 0.77 | 350.53 | 0.97 | 0.12 |
| Hex | 3A | 1 | A | 0 | 62 | 53 | 4D | 15F | 61 | C |
| Octal | 72 | 1 | 12 | 0 | 142 | 123 | 115 | 537 | 141 | 14 |
| Binary | 111010 | 1 | 1010 | 0 | 1100010 | 1010011 | 1001101 | 101011111 | 1100001 | 1100 |
Color Harmonies of #3A010A
Complementary color
Monochromatic Colors of #3A010A
Black with #3A010A
Text Example
Text Example
White with #3A010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A010A; }
p { color: rgb(58,1,10); }
H1.HeaderClassName
{
color: #3A010A;
}
.AnyTagClassName
{
color: #3A010A;
}
</style>
background-color css
<style>
a { background-color: #3A010A; }
a { background-color: rgb(58,1,10); }
div.DivClassName
{
background-color: #3A010A;
}
.BgClassName
{
background-color: #3A010A;
}
</style>
border-color css
<style>
span { border-color: #3A010A; }
span { border-color: rgb(58,1,10); }
td.TdClassName
{
border-color: #3A010A;
}
.TagClassName
{
border-color: #3A010A;
}
</style>