Shades of Rustic Red #37151D
Tints of Rustic Red #37151D
RGB
CMYK
RGB Variations
Color information
#37151D (or 0x37151D) is known color: Rustic Red. HEX triplet: 37, 15 and 1D. RGB value is (55,21,29). Sum of RGB (Red+Green+Blue) = 55+21+29=105 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.38% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 55 - color contains mainly: red. Hex color #37151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37151D is #C8EAE2. Grayscale: #202020. Windows color (decimal): -13167331 or 1905975. OLE color: 1905975.
HSL color Cylindrical-coordinate representation of color #37151D: hue angle of 345.88º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #37151D is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 21 | 29 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.78 |
| HSL | 345.88º | 0.45% | 0.15% | - |
| HSV(B) | 345.88º | 0.62% | 0.22% | - |
| XYZ | 2.07 | 1.44 | 1.33 | - |
| YUV | 32.08 | 126.26 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 21 | 29 | 0 | 0.62 | 0.47 | 0.78 | 345.88 | 0.45 | 0.15 |
| Hex | 37 | 15 | 1D | 0 | 3E | 2F | 4E | 15A | 2D | F |
| Octal | 67 | 25 | 35 | 0 | 76 | 57 | 116 | 532 | 55 | 17 |
| Binary | 110111 | 10101 | 11101 | 0 | 111110 | 101111 | 1001110 | 101011010 | 101101 | 1111 |
Color Harmonies of #37151D
Complementary color
Monochromatic Colors of #37151D
Black with #37151D
Text Example
Text Example
White with #37151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37151D; }
p { color: rgb(55,21,29); }
H1.HeaderClassName
{
color: #37151D;
}
.AnyTagClassName
{
color: #37151D;
}
</style>
background-color css
<style>
a { background-color: #37151D; }
a { background-color: rgb(55,21,29); }
div.DivClassName
{
background-color: #37151D;
}
.BgClassName
{
background-color: #37151D;
}
</style>
border-color css
<style>
span { border-color: #37151D; }
span { border-color: rgb(55,21,29); }
td.TdClassName
{
border-color: #37151D;
}
.TagClassName
{
border-color: #37151D;
}
</style>