Shades of Rustic Red #371E20
Tints of Rustic Red #371E20
RGB
CMYK
RGB Variations
Color information
#371E20 (or 0x371E20) is known color: Rustic Red. HEX triplet: 37, 1E and 20. RGB value is (55,30,32). Sum of RGB (Red+Green+Blue) = 55+30+32=117 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.01% from 117); Green value is 30 (12.11% from 255 or 25.64% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 55 - color contains mainly: red. Hex color #371E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371E20 is #C8E1DF. Grayscale: #252525. Windows color (decimal): -13165024 or 2104887. OLE color: 2104887.
HSL color Cylindrical-coordinate representation of color #371E20: hue angle of 355.2º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #371E20 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 30 | 32 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.78 |
| HSL | 355.2º | 0.29% | 0.17% | - |
| HSV(B) | 355.2º | 0.45% | 0.22% | - |
| XYZ | 2.3 | 1.85 | 1.6 | - |
| YUV | 37.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 30 | 32 | 0 | 0.45 | 0.42 | 0.78 | 355.2 | 0.29 | 0.17 |
| Hex | 37 | 1E | 20 | 0 | 2D | 2A | 4E | 163 | 1D | 11 |
| Octal | 67 | 36 | 40 | 0 | 55 | 52 | 116 | 543 | 35 | 21 |
| Binary | 110111 | 11110 | 100000 | 0 | 101101 | 101010 | 1001110 | 101100011 | 11101 | 10001 |
Color Harmonies of #371E20
Complementary color
Monochromatic Colors of #371E20
Black with #371E20
Text Example
Text Example
White with #371E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371E20; }
p { color: rgb(55,30,32); }
H1.HeaderClassName
{
color: #371E20;
}
.AnyTagClassName
{
color: #371E20;
}
</style>
background-color css
<style>
a { background-color: #371E20; }
a { background-color: rgb(55,30,32); }
div.DivClassName
{
background-color: #371E20;
}
.BgClassName
{
background-color: #371E20;
}
</style>
border-color css
<style>
span { border-color: #371E20; }
span { border-color: rgb(55,30,32); }
td.TdClassName
{
border-color: #371E20;
}
.TagClassName
{
border-color: #371E20;
}
</style>