Shades of Rustic Red #37171C
Tints of Rustic Red #37171C
RGB
CMYK
RGB Variations
Color information
#37171C (or 0x37171C) is known color: Rustic Red. HEX triplet: 37, 17 and 1C. RGB value is (55,23,28). Sum of RGB (Red+Green+Blue) = 55+23+28=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 23 (9.38% from 255 or 21.70% from 106); Blue value is 28 (11.33% from 255 or 26.42% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #37171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37171C is #C8E8E3. Grayscale: #212121. Windows color (decimal): -13166820 or 1840951. OLE color: 1840951.
HSL color Cylindrical-coordinate representation of color #37171C: hue angle of 350.62º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #37171C is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 23 | 28 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.78 |
| HSL | 350.63º | 0.41% | 0.15% | - |
| HSV(B) | 350.63º | 0.58% | 0.22% | - |
| XYZ | 2.09 | 1.51 | 1.28 | - |
| YUV | 33.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 23 | 28 | 0 | 0.58 | 0.49 | 0.78 | 350.63 | 0.41 | 0.15 |
| Hex | 37 | 17 | 1C | 0 | 3A | 31 | 4E | 15F | 29 | F |
| Octal | 67 | 27 | 34 | 0 | 72 | 61 | 116 | 537 | 51 | 17 |
| Binary | 110111 | 10111 | 11100 | 0 | 111010 | 110001 | 1001110 | 101011111 | 101001 | 1111 |
Color Harmonies of #37171C
Complementary color
Monochromatic Colors of #37171C
Black with #37171C
Text Example
Text Example
White with #37171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37171C; }
p { color: rgb(55,23,28); }
H1.HeaderClassName
{
color: #37171C;
}
.AnyTagClassName
{
color: #37171C;
}
</style>
background-color css
<style>
a { background-color: #37171C; }
a { background-color: rgb(55,23,28); }
div.DivClassName
{
background-color: #37171C;
}
.BgClassName
{
background-color: #37171C;
}
</style>
border-color css
<style>
span { border-color: #37171C; }
span { border-color: rgb(55,23,28); }
td.TdClassName
{
border-color: #37171C;
}
.TagClassName
{
border-color: #37171C;
}
</style>