Shades of Rustic Red #370E18
Tints of Rustic Red #370E18
RGB
CMYK
RGB Variations
Color information
#370E18 (or 0x370E18) is known color: Rustic Red. HEX triplet: 37, 0E and 18. RGB value is (55,14,24). Sum of RGB (Red+Green+Blue) = 55+14+24=93 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.14% from 93); Green value is 14 (5.86% from 255 or 15.05% from 93); Blue value is 24 (9.77% from 255 or 25.81% from 93); Max value from RGB is 55 - color contains mainly: red. Hex color #370E18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370E18 is #C8F1E7. Grayscale: #1B1B1B. Windows color (decimal): -13169128 or 1576503. OLE color: 1576503.
HSL color Cylindrical-coordinate representation of color #370E18: hue angle of 345.37º 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 #370E18 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 14 | 24 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.78 |
| HSL | 345.37º | 0.59% | 0.14% | - |
| HSV(B) | 345.37º | 0.75% | 0.22% | - |
| XYZ | 1.9 | 1.19 | 0.99 | - |
| YUV | 27.4 | 126.08 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 14 | 24 | 0 | 0.75 | 0.56 | 0.78 | 345.37 | 0.59 | 0.14 |
| Hex | 37 | E | 18 | 0 | 4B | 38 | 4E | 159 | 3B | E |
| Octal | 67 | 16 | 30 | 0 | 113 | 70 | 116 | 531 | 73 | 16 |
| Binary | 110111 | 1110 | 11000 | 0 | 1001011 | 111000 | 1001110 | 101011001 | 111011 | 1110 |
Color Harmonies of #370E18
Complementary color
Monochromatic Colors of #370E18
Black with #370E18
Text Example
Text Example
White with #370E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370E18; }
p { color: rgb(55,14,24); }
H1.HeaderClassName
{
color: #370E18;
}
.AnyTagClassName
{
color: #370E18;
}
</style>
background-color css
<style>
a { background-color: #370E18; }
a { background-color: rgb(55,14,24); }
div.DivClassName
{
background-color: #370E18;
}
.BgClassName
{
background-color: #370E18;
}
</style>
border-color css
<style>
span { border-color: #370E18; }
span { border-color: rgb(55,14,24); }
td.TdClassName
{
border-color: #370E18;
}
.TagClassName
{
border-color: #370E18;
}
</style>