Shades of Rustic Red #371F21
Tints of Rustic Red #371F21
RGB
CMYK
RGB Variations
Color information
#371F21 (or 0x371F21) is known color: Rustic Red. HEX triplet: 37, 1F and 21. RGB value is (55,31,33). Sum of RGB (Red+Green+Blue) = 55+31+33=119 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.22% from 119); Green value is 31 (12.5% from 255 or 26.05% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 55 - color contains mainly: red. Hex color #371F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371F21 is #C8E0DE. Grayscale: #262626. Windows color (decimal): -13164767 or 2170679. OLE color: 2170679.
HSL color Cylindrical-coordinate representation of color #371F21: hue angle of 355º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #371F21 is Cyan = 0, Magento = 0.44, Yellow = 0.4 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 31 | 33 | - |
| CMYK | 0 | 0.44 | 0.4 | 0.78 |
| HSL | 355º | 0.28% | 0.17% | - |
| HSV(B) | 355º | 0.44% | 0.22% | - |
| XYZ | 2.34 | 1.9 | 1.68 | - |
| YUV | 38.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 31 | 33 | 0 | 0.44 | 0.4 | 0.78 | 355 | 0.28 | 0.17 |
| Hex | 37 | 1F | 21 | 0 | 2C | 28 | 4E | 163 | 1C | 11 |
| Octal | 67 | 37 | 41 | 0 | 54 | 50 | 116 | 543 | 34 | 21 |
| Binary | 110111 | 11111 | 100001 | 0 | 101100 | 101000 | 1001110 | 101100011 | 11100 | 10001 |
Color Harmonies of #371F21
Complementary color
Monochromatic Colors of #371F21
Black with #371F21
Text Example
Text Example
White with #371F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371F21; }
p { color: rgb(55,31,33); }
H1.HeaderClassName
{
color: #371F21;
}
.AnyTagClassName
{
color: #371F21;
}
</style>
background-color css
<style>
a { background-color: #371F21; }
a { background-color: rgb(55,31,33); }
div.DivClassName
{
background-color: #371F21;
}
.BgClassName
{
background-color: #371F21;
}
</style>
border-color css
<style>
span { border-color: #371F21; }
span { border-color: rgb(55,31,33); }
td.TdClassName
{
border-color: #371F21;
}
.TagClassName
{
border-color: #371F21;
}
</style>