Shades of Rustic Red #37191C
Tints of Rustic Red #37191C
RGB
CMYK
RGB Variations
Color information
#37191C (or 0x37191C) is known color: Rustic Red. HEX triplet: 37, 19 and 1C. RGB value is (55,25,28). Sum of RGB (Red+Green+Blue) = 55+25+28=108 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.93% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 55 - color contains mainly: red. Hex color #37191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37191C is #C8E6E3. Grayscale: #222222. Windows color (decimal): -13166308 or 1841463. OLE color: 1841463.
HSL color Cylindrical-coordinate representation of color #37191C: hue angle of 354º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #37191C is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 25 | 28 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.78 |
| HSL | 354º | 0.38% | 0.16% | - |
| HSV(B) | 354º | 0.55% | 0.22% | - |
| XYZ | 2.13 | 1.59 | 1.29 | - |
| YUV | 34.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 25 | 28 | 0 | 0.55 | 0.49 | 0.78 | 354 | 0.38 | 0.16 |
| Hex | 37 | 19 | 1C | 0 | 37 | 31 | 4E | 162 | 26 | 10 |
| Octal | 67 | 31 | 34 | 0 | 67 | 61 | 116 | 542 | 46 | 20 |
| Binary | 110111 | 11001 | 11100 | 0 | 110111 | 110001 | 1001110 | 101100010 | 100110 | 10000 |
Color Harmonies of #37191C
Complementary color
Monochromatic Colors of #37191C
Black with #37191C
Text Example
Text Example
White with #37191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37191C; }
p { color: rgb(55,25,28); }
H1.HeaderClassName
{
color: #37191C;
}
.AnyTagClassName
{
color: #37191C;
}
</style>
background-color css
<style>
a { background-color: #37191C; }
a { background-color: rgb(55,25,28); }
div.DivClassName
{
background-color: #37191C;
}
.BgClassName
{
background-color: #37191C;
}
</style>
border-color css
<style>
span { border-color: #37191C; }
span { border-color: rgb(55,25,28); }
td.TdClassName
{
border-color: #37191C;
}
.TagClassName
{
border-color: #37191C;
}
</style>