Shades of Rustic Red #370E1B
Tints of Rustic Red #370E1B
RGB
CMYK
RGB Variations
Color information
#370E1B (or 0x370E1B) is known color: Rustic Red. HEX triplet: 37, 0E and 1B. RGB value is (55,14,27). Sum of RGB (Red+Green+Blue) = 55+14+27=96 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.29% from 96); Green value is 14 (5.86% from 255 or 14.58% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 55 - color contains mainly: red. Hex color #370E1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370E1B is #C8F1E4. Grayscale: #1B1B1B. Windows color (decimal): -13169125 or 1773111. OLE color: 1773111.
HSL color Cylindrical-coordinate representation of color #370E1B: hue angle of 340.98º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #370E1B is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 14 | 27 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.78 |
| HSL | 340.98º | 0.59% | 0.14% | - |
| HSV(B) | 340.98º | 0.75% | 0.22% | - |
| XYZ | 1.93 | 1.21 | 1.17 | - |
| YUV | 27.74 | 127.58 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 14 | 27 | 0 | 0.75 | 0.51 | 0.78 | 340.98 | 0.59 | 0.14 |
| Hex | 37 | E | 1B | 0 | 4B | 33 | 4E | 155 | 3B | E |
| Octal | 67 | 16 | 33 | 0 | 113 | 63 | 116 | 525 | 73 | 16 |
| Binary | 110111 | 1110 | 11011 | 0 | 1001011 | 110011 | 1001110 | 101010101 | 111011 | 1110 |
Color Harmonies of #370E1B
Complementary color
Monochromatic Colors of #370E1B
Black with #370E1B
Text Example
Text Example
White with #370E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370E1B; }
p { color: rgb(55,14,27); }
H1.HeaderClassName
{
color: #370E1B;
}
.AnyTagClassName
{
color: #370E1B;
}
</style>
background-color css
<style>
a { background-color: #370E1B; }
a { background-color: rgb(55,14,27); }
div.DivClassName
{
background-color: #370E1B;
}
.BgClassName
{
background-color: #370E1B;
}
</style>
border-color css
<style>
span { border-color: #370E1B; }
span { border-color: rgb(55,14,27); }
td.TdClassName
{
border-color: #370E1B;
}
.TagClassName
{
border-color: #370E1B;
}
</style>