Shades of Rustic Red #3A1419
Tints of Rustic Red #3A1419
RGB
CMYK
RGB Variations
Color information
#3A1419 (or 0x3A1419) is known color: Rustic Red. HEX triplet: 3A, 14 and 19. RGB value is (58,20,25). Sum of RGB (Red+Green+Blue) = 58+20+25=103 (13% of max value = 765). Red value is 58 (23.05% from 255 or 56.31% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 25 (10.16% from 255 or 24.27% from 103); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1419 is #C5EBE6. Grayscale: #1F1F1F. Windows color (decimal): -12970983 or 1643578. OLE color: 1643578.
HSL color Cylindrical-coordinate representation of color #3A1419: hue angle of 352.11º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A1419 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 20 | 25 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.77 |
| HSL | 352.11º | 0.49% | 0.15% | - |
| HSV(B) | 352.11º | 0.66% | 0.23% | - |
| XYZ | 2.17 | 1.47 | 1.09 | - |
| YUV | 31.93 | 124.09 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 20 | 25 | 0 | 0.66 | 0.57 | 0.77 | 352.11 | 0.49 | 0.15 |
| Hex | 3A | 14 | 19 | 0 | 42 | 39 | 4D | 160 | 31 | F |
| Octal | 72 | 24 | 31 | 0 | 102 | 71 | 115 | 540 | 61 | 17 |
| Binary | 111010 | 10100 | 11001 | 0 | 1000010 | 111001 | 1001101 | 101100000 | 110001 | 1111 |
Color Harmonies of #3A1419
Complementary color
Monochromatic Colors of #3A1419
Black with #3A1419
Text Example
Text Example
White with #3A1419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1419; }
p { color: rgb(58,20,25); }
H1.HeaderClassName
{
color: #3A1419;
}
.AnyTagClassName
{
color: #3A1419;
}
</style>
background-color css
<style>
a { background-color: #3A1419; }
a { background-color: rgb(58,20,25); }
div.DivClassName
{
background-color: #3A1419;
}
.BgClassName
{
background-color: #3A1419;
}
</style>
border-color css
<style>
span { border-color: #3A1419; }
span { border-color: rgb(58,20,25); }
td.TdClassName
{
border-color: #3A1419;
}
.TagClassName
{
border-color: #3A1419;
}
</style>