Shades of Rustic Red #37191B
Tints of Rustic Red #37191B
RGB
CMYK
RGB Variations
Color information
#37191B (or 0x37191B) is known color: Rustic Red. HEX triplet: 37, 19 and 1B. RGB value is (55,25,27). Sum of RGB (Red+Green+Blue) = 55+25+27=107 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.40% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 55 - color contains mainly: red. Hex color #37191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37191B is #C8E6E4. Grayscale: #222222. Windows color (decimal): -13166309 or 1775927. OLE color: 1775927.
HSL color Cylindrical-coordinate representation of color #37191B: hue angle of 356º 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 #37191B is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 25 | 27 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.78 |
| HSL | 356º | 0.38% | 0.16% | - |
| HSV(B) | 356º | 0.55% | 0.22% | - |
| XYZ | 2.12 | 1.59 | 1.23 | - |
| YUV | 34.2 | 123.94 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 25 | 27 | 0 | 0.55 | 0.51 | 0.78 | 356 | 0.38 | 0.16 |
| Hex | 37 | 19 | 1B | 0 | 37 | 33 | 4E | 164 | 26 | 10 |
| Octal | 67 | 31 | 33 | 0 | 67 | 63 | 116 | 544 | 46 | 20 |
| Binary | 110111 | 11001 | 11011 | 0 | 110111 | 110011 | 1001110 | 101100100 | 100110 | 10000 |
Color Harmonies of #37191B
Complementary color
Monochromatic Colors of #37191B
Black with #37191B
Text Example
Text Example
White with #37191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37191B; }
p { color: rgb(55,25,27); }
H1.HeaderClassName
{
color: #37191B;
}
.AnyTagClassName
{
color: #37191B;
}
</style>
background-color css
<style>
a { background-color: #37191B; }
a { background-color: rgb(55,25,27); }
div.DivClassName
{
background-color: #37191B;
}
.BgClassName
{
background-color: #37191B;
}
</style>
border-color css
<style>
span { border-color: #37191B; }
span { border-color: rgb(55,25,27); }
td.TdClassName
{
border-color: #37191B;
}
.TagClassName
{
border-color: #37191B;
}
</style>