Shades of Rustic Red #37161C
Tints of Rustic Red #37161C
RGB
CMYK
RGB Variations
Color information
#37161C (or 0x37161C) is known color: Rustic Red. HEX triplet: 37, 16 and 1C. RGB value is (55,22,28). Sum of RGB (Red+Green+Blue) = 55+22+28=105 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.38% from 105); Green value is 22 (8.98% from 255 or 20.95% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 55 - color contains mainly: red. Hex color #37161C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37161C is #C8E9E3. Grayscale: #202020. Windows color (decimal): -13167076 or 1840695. OLE color: 1840695.
HSL color Cylindrical-coordinate representation of color #37161C: hue angle of 349.09º 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 #37161C is Cyan = 0, Magento = 0.6, Yellow = 0.49 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 22 | 28 | - |
| CMYK | 0 | 0.6 | 0.49 | 0.78 |
| HSL | 349.09º | 0.43% | 0.15% | - |
| HSV(B) | 349.09º | 0.6% | 0.22% | - |
| XYZ | 2.07 | 1.47 | 1.27 | - |
| YUV | 32.55 | 125.43 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 22 | 28 | 0 | 0.6 | 0.49 | 0.78 | 349.09 | 0.43 | 0.15 |
| Hex | 37 | 16 | 1C | 0 | 3C | 31 | 4E | 15D | 2B | F |
| Octal | 67 | 26 | 34 | 0 | 74 | 61 | 116 | 535 | 53 | 17 |
| Binary | 110111 | 10110 | 11100 | 0 | 111100 | 110001 | 1001110 | 101011101 | 101011 | 1111 |
Color Harmonies of #37161C
Complementary color
Monochromatic Colors of #37161C
Black with #37161C
Text Example
Text Example
White with #37161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37161C; }
p { color: rgb(55,22,28); }
H1.HeaderClassName
{
color: #37161C;
}
.AnyTagClassName
{
color: #37161C;
}
</style>
background-color css
<style>
a { background-color: #37161C; }
a { background-color: rgb(55,22,28); }
div.DivClassName
{
background-color: #37161C;
}
.BgClassName
{
background-color: #37161C;
}
</style>
border-color css
<style>
span { border-color: #37161C; }
span { border-color: rgb(55,22,28); }
td.TdClassName
{
border-color: #37161C;
}
.TagClassName
{
border-color: #37161C;
}
</style>