Shades of Rustic Red #391A1D
Tints of Rustic Red #391A1D
RGB
CMYK
RGB Variations
Color information
#391A1D (or 0x391A1D) is known color: Rustic Red. HEX triplet: 39, 1A and 1D. RGB value is (57,26,29). Sum of RGB (Red+Green+Blue) = 57+26+29=112 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.89% from 112); Green value is 26 (10.55% from 255 or 23.21% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 57 - color contains mainly: red. Hex color #391A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391A1D is #C6E5E2. Grayscale: #232323. Windows color (decimal): -13034979 or 1907257. OLE color: 1907257.
HSL color Cylindrical-coordinate representation of color #391A1D: hue angle of 354.19º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #391A1D is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 26 | 29 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.78 |
| HSL | 354.19º | 0.37% | 0.16% | - |
| HSV(B) | 354.19º | 0.54% | 0.22% | - |
| XYZ | 2.28 | 1.7 | 1.37 | - |
| YUV | 35.61 | 124.27 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 26 | 29 | 0 | 0.54 | 0.49 | 0.78 | 354.19 | 0.37 | 0.16 |
| Hex | 39 | 1A | 1D | 0 | 36 | 31 | 4E | 162 | 25 | 10 |
| Octal | 71 | 32 | 35 | 0 | 66 | 61 | 116 | 542 | 45 | 20 |
| Binary | 111001 | 11010 | 11101 | 0 | 110110 | 110001 | 1001110 | 101100010 | 100101 | 10000 |
Color Harmonies of #391A1D
Complementary color
Monochromatic Colors of #391A1D
Black with #391A1D
Text Example
Text Example
White with #391A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391A1D; }
p { color: rgb(57,26,29); }
H1.HeaderClassName
{
color: #391A1D;
}
.AnyTagClassName
{
color: #391A1D;
}
</style>
background-color css
<style>
a { background-color: #391A1D; }
a { background-color: rgb(57,26,29); }
div.DivClassName
{
background-color: #391A1D;
}
.BgClassName
{
background-color: #391A1D;
}
</style>
border-color css
<style>
span { border-color: #391A1D; }
span { border-color: rgb(57,26,29); }
td.TdClassName
{
border-color: #391A1D;
}
.TagClassName
{
border-color: #391A1D;
}
</style>