Shades of Rustic Red #37161D
Tints of Rustic Red #37161D
RGB
CMYK
RGB Variations
Color information
#37161D (or 0x37161D) is known color: Rustic Red. HEX triplet: 37, 16 and 1D. RGB value is (55,22,29). Sum of RGB (Red+Green+Blue) = 55+22+29=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 22 (8.98% from 255 or 20.75% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #37161D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37161D is #C8E9E2. Grayscale: #202020. Windows color (decimal): -13167075 or 1906231. OLE color: 1906231.
HSL color Cylindrical-coordinate representation of color #37161D: hue angle of 347.27º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37161D is Cyan = 0, Magento = 0.6, Yellow = 0.47 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 22 | 29 | - |
| CMYK | 0 | 0.6 | 0.47 | 0.78 |
| HSL | 347.27º | 0.43% | 0.15% | - |
| HSV(B) | 347.27º | 0.6% | 0.22% | - |
| XYZ | 2.08 | 1.47 | 1.34 | - |
| YUV | 32.67 | 125.93 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 22 | 29 | 0 | 0.6 | 0.47 | 0.78 | 347.27 | 0.43 | 0.15 |
| Hex | 37 | 16 | 1D | 0 | 3C | 2F | 4E | 15B | 2B | F |
| Octal | 67 | 26 | 35 | 0 | 74 | 57 | 116 | 533 | 53 | 17 |
| Binary | 110111 | 10110 | 11101 | 0 | 111100 | 101111 | 1001110 | 101011011 | 101011 | 1111 |
Color Harmonies of #37161D
Complementary color
Monochromatic Colors of #37161D
Black with #37161D
Text Example
Text Example
White with #37161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37161D; }
p { color: rgb(55,22,29); }
H1.HeaderClassName
{
color: #37161D;
}
.AnyTagClassName
{
color: #37161D;
}
</style>
background-color css
<style>
a { background-color: #37161D; }
a { background-color: rgb(55,22,29); }
div.DivClassName
{
background-color: #37161D;
}
.BgClassName
{
background-color: #37161D;
}
</style>
border-color css
<style>
span { border-color: #37161D; }
span { border-color: rgb(55,22,29); }
td.TdClassName
{
border-color: #37161D;
}
.TagClassName
{
border-color: #37161D;
}
</style>