Shades of Rustic Red #351F20
Tints of Rustic Red #351F20
RGB
CMYK
RGB Variations
Color information
#351F20 (or 0x351F20) is known color: Rustic Red. HEX triplet: 35, 1F and 20. RGB value is (53,31,32). Sum of RGB (Red+Green+Blue) = 53+31+32=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 53 - color contains mainly: red. Hex color #351F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F20 is #CAE0DF. Grayscale: #252525. Windows color (decimal): -13295840 or 2105141. OLE color: 2105141.
HSL color Cylindrical-coordinate representation of color #351F20: hue angle of 357.27º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #351F20 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 31 | 32 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.79 |
| HSL | 357.27º | 0.26% | 0.16% | - |
| HSV(B) | 357.27º | 0.42% | 0.21% | - |
| XYZ | 2.22 | 1.84 | 1.6 | - |
| YUV | 37.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 31 | 32 | 0 | 0.42 | 0.40 | 0.79 | 357.27 | 0.26 | 0.16 |
| Hex | 35 | 1F | 20 | 0 | 2A | 28 | 4F | 165 | 1A | 10 |
| Octal | 65 | 37 | 40 | 0 | 52 | 50 | 117 | 545 | 32 | 20 |
| Binary | 110101 | 11111 | 100000 | 0 | 101010 | 101000 | 1001111 | 101100101 | 11010 | 10000 |
Color Harmonies of #351F20
Complementary color
Monochromatic Colors of #351F20
Black with #351F20
Text Example
Text Example
White with #351F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351F20; }
p { color: rgb(53,31,32); }
H1.HeaderClassName
{
color: #351F20;
}
.AnyTagClassName
{
color: #351F20;
}
</style>
background-color css
<style>
a { background-color: #351F20; }
a { background-color: rgb(53,31,32); }
div.DivClassName
{
background-color: #351F20;
}
.BgClassName
{
background-color: #351F20;
}
</style>
border-color css
<style>
span { border-color: #351F20; }
span { border-color: rgb(53,31,32); }
td.TdClassName
{
border-color: #351F20;
}
.TagClassName
{
border-color: #351F20;
}
</style>