Shades of Rustic Red #3A050D
Tints of Rustic Red #3A050D
RGB
CMYK
RGB Variations
Color information
#3A050D (or 0x3A050D) is known color: Rustic Red. HEX triplet: 3A, 05 and 0D. RGB value is (58,5,13). Sum of RGB (Red+Green+Blue) = 58+5+13=76 (10% of max value = 765). Red value is 58 (23.05% from 255 or 76.32% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 58 - color contains mainly: red. Hex color #3A050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A050D is #C5FAF2. Grayscale: #151515. Windows color (decimal): -12974835 or 853306. OLE color: 853306.
HSL color Cylindrical-coordinate representation of color #3A050D: hue angle of 350.94º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A050D is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 5 | 13 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.77 |
| HSL | 350.94º | 0.84% | 0.12% | - |
| HSV(B) | 350.94º | 0.91% | 0.23% | - |
| XYZ | 1.87 | 1.04 | 0.48 | - |
| YUV | 21.76 | 123.06 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 5 | 13 | 0 | 0.91 | 0.78 | 0.77 | 350.94 | 0.84 | 0.12 |
| Hex | 3A | 5 | D | 0 | 5B | 4E | 4D | 15F | 54 | C |
| Octal | 72 | 5 | 15 | 0 | 133 | 116 | 115 | 537 | 124 | 14 |
| Binary | 111010 | 101 | 1101 | 0 | 1011011 | 1001110 | 1001101 | 101011111 | 1010100 | 1100 |
Color Harmonies of #3A050D
Complementary color
Monochromatic Colors of #3A050D
Black with #3A050D
Text Example
Text Example
White with #3A050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A050D; }
p { color: rgb(58,5,13); }
H1.HeaderClassName
{
color: #3A050D;
}
.AnyTagClassName
{
color: #3A050D;
}
</style>
background-color css
<style>
a { background-color: #3A050D; }
a { background-color: rgb(58,5,13); }
div.DivClassName
{
background-color: #3A050D;
}
.BgClassName
{
background-color: #3A050D;
}
</style>
border-color css
<style>
span { border-color: #3A050D; }
span { border-color: rgb(58,5,13); }
td.TdClassName
{
border-color: #3A050D;
}
.TagClassName
{
border-color: #3A050D;
}
</style>