Shades of Rustic Red #3A1519
Tints of Rustic Red #3A1519
RGB
CMYK
RGB Variations
Color information
#3A1519 (or 0x3A1519) is known color: Rustic Red. HEX triplet: 3A, 15 and 19. RGB value is (58,21,25). Sum of RGB (Red+Green+Blue) = 58+21+25=104 (13% of max value = 765). Red value is 58 (23.05% from 255 or 55.77% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 25 (10.16% from 255 or 24.04% from 104); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1519 is #C5EAE6. Grayscale: #202020. Windows color (decimal): -12970727 or 1643834. OLE color: 1643834.
HSL color Cylindrical-coordinate representation of color #3A1519: hue angle of 353.51º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A1519 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 21 | 25 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.77 |
| HSL | 353.51º | 0.47% | 0.15% | - |
| HSV(B) | 353.51º | 0.64% | 0.23% | - |
| XYZ | 2.19 | 1.51 | 1.1 | - |
| YUV | 32.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 21 | 25 | 0 | 0.64 | 0.57 | 0.77 | 353.51 | 0.47 | 0.15 |
| Hex | 3A | 15 | 19 | 0 | 40 | 39 | 4D | 162 | 2F | F |
| Octal | 72 | 25 | 31 | 0 | 100 | 71 | 115 | 542 | 57 | 17 |
| Binary | 111010 | 10101 | 11001 | 0 | 1000000 | 111001 | 1001101 | 101100010 | 101111 | 1111 |
Color Harmonies of #3A1519
Complementary color
Monochromatic Colors of #3A1519
Black with #3A1519
Text Example
Text Example
White with #3A1519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1519; }
p { color: rgb(58,21,25); }
H1.HeaderClassName
{
color: #3A1519;
}
.AnyTagClassName
{
color: #3A1519;
}
</style>
background-color css
<style>
a { background-color: #3A1519; }
a { background-color: rgb(58,21,25); }
div.DivClassName
{
background-color: #3A1519;
}
.BgClassName
{
background-color: #3A1519;
}
</style>
border-color css
<style>
span { border-color: #3A1519; }
span { border-color: rgb(58,21,25); }
td.TdClassName
{
border-color: #3A1519;
}
.TagClassName
{
border-color: #3A1519;
}
</style>