Shades of Rustic Red #371D20
Tints of Rustic Red #371D20
RGB
CMYK
RGB Variations
Color information
#371D20 (or 0x371D20) is known color: Rustic Red. HEX triplet: 37, 1D and 20. RGB value is (55,29,32). Sum of RGB (Red+Green+Blue) = 55+29+32=116 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.41% from 116); Green value is 29 (11.72% from 255 or 25% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 55 - color contains mainly: red. Hex color #371D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371D20 is #C8E2DF. Grayscale: #252525. Windows color (decimal): -13165280 or 2104631. OLE color: 2104631.
HSL color Cylindrical-coordinate representation of color #371D20: hue angle of 353.08º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #371D20 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 29 | 32 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.78 |
| HSL | 353.08º | 0.31% | 0.16% | - |
| HSV(B) | 353.08º | 0.47% | 0.22% | - |
| XYZ | 2.28 | 1.8 | 1.59 | - |
| YUV | 37.12 | 125.11 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 32 | 0 | 0.47 | 0.42 | 0.78 | 353.08 | 0.31 | 0.16 |
| Hex | 37 | 1D | 20 | 0 | 2F | 2A | 4E | 161 | 1F | 10 |
| Octal | 67 | 35 | 40 | 0 | 57 | 52 | 116 | 541 | 37 | 20 |
| Binary | 110111 | 11101 | 100000 | 0 | 101111 | 101010 | 1001110 | 101100001 | 11111 | 10000 |
Color Harmonies of #371D20
Complementary color
Monochromatic Colors of #371D20
Black with #371D20
Text Example
Text Example
White with #371D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371D20; }
p { color: rgb(55,29,32); }
H1.HeaderClassName
{
color: #371D20;
}
.AnyTagClassName
{
color: #371D20;
}
</style>
background-color css
<style>
a { background-color: #371D20; }
a { background-color: rgb(55,29,32); }
div.DivClassName
{
background-color: #371D20;
}
.BgClassName
{
background-color: #371D20;
}
</style>
border-color css
<style>
span { border-color: #371D20; }
span { border-color: rgb(55,29,32); }
td.TdClassName
{
border-color: #371D20;
}
.TagClassName
{
border-color: #371D20;
}
</style>