Shades of Rustic Red #331F20
Tints of Rustic Red #331F20
RGB
CMYK
RGB Variations
Color information
#331F20 (or 0x331F20) is known color: Rustic Red. HEX triplet: 33, 1F and 20. RGB value is (51,31,32). Sum of RGB (Red+Green+Blue) = 51+31+32=114 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.74% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 32 (12.89% from 255 or 28.07% from 114); Max value from RGB is 51 - color contains mainly: red. Hex color #331F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331F20 is #CCE0DF. Grayscale: #252525. Windows color (decimal): -13426912 or 2105139. OLE color: 2105139.
HSL color Cylindrical-coordinate representation of color #331F20: hue angle of 357º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #331F20 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 31 | 32 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.8 |
| HSL | 357º | 0.24% | 0.16% | - |
| HSV(B) | 357º | 0.39% | 0.2% | - |
| XYZ | 2.12 | 1.79 | 1.6 | - |
| YUV | 37.09 | 125.13 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 31 | 32 | 0 | 0.39 | 0.37 | 0.8 | 357 | 0.24 | 0.16 |
| Hex | 33 | 1F | 20 | 0 | 27 | 25 | 50 | 165 | 18 | 10 |
| Octal | 63 | 37 | 40 | 0 | 47 | 45 | 120 | 545 | 30 | 20 |
| Binary | 110011 | 11111 | 100000 | 0 | 100111 | 100101 | 1010000 | 101100101 | 11000 | 10000 |
Color Harmonies of #331F20
Complementary color
Monochromatic Colors of #331F20
Black with #331F20
Text Example
Text Example
White with #331F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331F20; }
p { color: rgb(51,31,32); }
H1.HeaderClassName
{
color: #331F20;
}
.AnyTagClassName
{
color: #331F20;
}
</style>
background-color css
<style>
a { background-color: #331F20; }
a { background-color: rgb(51,31,32); }
div.DivClassName
{
background-color: #331F20;
}
.BgClassName
{
background-color: #331F20;
}
</style>
border-color css
<style>
span { border-color: #331F20; }
span { border-color: rgb(51,31,32); }
td.TdClassName
{
border-color: #331F20;
}
.TagClassName
{
border-color: #331F20;
}
</style>