Shades of Rustic Red #391E20
Tints of Rustic Red #391E20
RGB
CMYK
RGB Variations
Color information
#391E20 (or 0x391E20) is known color: Rustic Red. HEX triplet: 39, 1E and 20. RGB value is (57,30,32). Sum of RGB (Red+Green+Blue) = 57+30+32=119 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.90% from 119); Green value is 30 (12.11% from 255 or 25.21% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 57 - color contains mainly: red. Hex color #391E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391E20 is #C6E1DF. Grayscale: #262626. Windows color (decimal): -13033952 or 2104889. OLE color: 2104889.
HSL color Cylindrical-coordinate representation of color #391E20: hue angle of 355.56º degrees, saturation: 0.31, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #391E20 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 30 | 32 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.78 |
| HSL | 355.56º | 0.31% | 0.17% | - |
| HSV(B) | 355.56º | 0.47% | 0.22% | - |
| XYZ | 2.41 | 1.9 | 1.61 | - |
| YUV | 38.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 30 | 32 | 0 | 0.47 | 0.44 | 0.78 | 355.56 | 0.31 | 0.17 |
| Hex | 39 | 1E | 20 | 0 | 2F | 2C | 4E | 164 | 1F | 11 |
| Octal | 71 | 36 | 40 | 0 | 57 | 54 | 116 | 544 | 37 | 21 |
| Binary | 111001 | 11110 | 100000 | 0 | 101111 | 101100 | 1001110 | 101100100 | 11111 | 10001 |
Color Harmonies of #391E20
Complementary color
Monochromatic Colors of #391E20
Black with #391E20
Text Example
Text Example
White with #391E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391E20; }
p { color: rgb(57,30,32); }
H1.HeaderClassName
{
color: #391E20;
}
.AnyTagClassName
{
color: #391E20;
}
</style>
background-color css
<style>
a { background-color: #391E20; }
a { background-color: rgb(57,30,32); }
div.DivClassName
{
background-color: #391E20;
}
.BgClassName
{
background-color: #391E20;
}
</style>
border-color css
<style>
span { border-color: #391E20; }
span { border-color: rgb(57,30,32); }
td.TdClassName
{
border-color: #391E20;
}
.TagClassName
{
border-color: #391E20;
}
</style>