Shades of Rustic Red #3A171E
Tints of Rustic Red #3A171E
RGB
CMYK
RGB Variations
Color information
#3A171E (or 0x3A171E) is known color: Rustic Red. HEX triplet: 3A, 17 and 1E. RGB value is (58,23,30). Sum of RGB (Red+Green+Blue) = 58+23+30=111 (14% of max value = 765). Red value is 58 (23.05% from 255 or 52.25% from 111); Green value is 23 (9.38% from 255 or 20.72% from 111); Blue value is 30 (12.11% from 255 or 27.03% from 111); Max value from RGB is 58 - color contains mainly: red. Hex color #3A171E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A171E is #C5E8E1. Grayscale: #222222. Windows color (decimal): -12970210 or 1972026. OLE color: 1972026.
HSL color Cylindrical-coordinate representation of color #3A171E: hue angle of 348º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A171E is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 23 | 30 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.77 |
| HSL | 348º | 0.43% | 0.16% | - |
| HSV(B) | 348º | 0.6% | 0.23% | - |
| XYZ | 2.29 | 1.61 | 1.42 | - |
| YUV | 34.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 23 | 30 | 0 | 0.60 | 0.48 | 0.77 | 348 | 0.43 | 0.16 |
| Hex | 3A | 17 | 1E | 0 | 3C | 30 | 4D | 15C | 2B | 10 |
| Octal | 72 | 27 | 36 | 0 | 74 | 60 | 115 | 534 | 53 | 20 |
| Binary | 111010 | 10111 | 11110 | 0 | 111100 | 110000 | 1001101 | 101011100 | 101011 | 10000 |
Color Harmonies of #3A171E
Complementary color
Monochromatic Colors of #3A171E
Black with #3A171E
Text Example
Text Example
White with #3A171E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A171E; }
p { color: rgb(58,23,30); }
H1.HeaderClassName
{
color: #3A171E;
}
.AnyTagClassName
{
color: #3A171E;
}
</style>
background-color css
<style>
a { background-color: #3A171E; }
a { background-color: rgb(58,23,30); }
div.DivClassName
{
background-color: #3A171E;
}
.BgClassName
{
background-color: #3A171E;
}
</style>
border-color css
<style>
span { border-color: #3A171E; }
span { border-color: rgb(58,23,30); }
td.TdClassName
{
border-color: #3A171E;
}
.TagClassName
{
border-color: #3A171E;
}
</style>