Shades of Rustic Red #372122
Tints of Rustic Red #372122
RGB
CMYK
RGB Variations
Color information
#372122 (or 0x372122) is known color: Rustic Red. HEX triplet: 37, 21 and 22. RGB value is (55,33,34). Sum of RGB (Red+Green+Blue) = 55+33+34=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 34 (13.67% from 255 or 27.87% from 122); Max value from RGB is 55 - color contains mainly: red. Hex color #372122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372122 is #C8DEDD. Grayscale: #272727. Windows color (decimal): -13164254 or 2236727. OLE color: 2236727.
HSL color Cylindrical-coordinate representation of color #372122: hue angle of 357.27º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #372122 is Cyan = 0, Magento = 0.4, Yellow = 0.38 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 33 | 34 | - |
| CMYK | 0 | 0.4 | 0.38 | 0.78 |
| HSL | 357.27º | 0.25% | 0.17% | - |
| HSV(B) | 357.27º | 0.4% | 0.22% | - |
| XYZ | 2.41 | 2.02 | 1.78 | - |
| YUV | 39.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 33 | 34 | 0 | 0.4 | 0.38 | 0.78 | 357.27 | 0.25 | 0.17 |
| Hex | 37 | 21 | 22 | 0 | 28 | 26 | 4E | 165 | 19 | 11 |
| Octal | 67 | 41 | 42 | 0 | 50 | 46 | 116 | 545 | 31 | 21 |
| Binary | 110111 | 100001 | 100010 | 0 | 101000 | 100110 | 1001110 | 101100101 | 11001 | 10001 |
Color Harmonies of #372122
Complementary color
Monochromatic Colors of #372122
Black with #372122
Text Example
Text Example
White with #372122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372122; }
p { color: rgb(55,33,34); }
H1.HeaderClassName
{
color: #372122;
}
.AnyTagClassName
{
color: #372122;
}
</style>
background-color css
<style>
a { background-color: #372122; }
a { background-color: rgb(55,33,34); }
div.DivClassName
{
background-color: #372122;
}
.BgClassName
{
background-color: #372122;
}
</style>
border-color css
<style>
span { border-color: #372122; }
span { border-color: rgb(55,33,34); }
td.TdClassName
{
border-color: #372122;
}
.TagClassName
{
border-color: #372122;
}
</style>