Shades of Rustic Red #370E17
Tints of Rustic Red #370E17
RGB
CMYK
RGB Variations
Color information
#370E17 (or 0x370E17) is known color: Rustic Red. HEX triplet: 37, 0E and 17. RGB value is (55,14,23). Sum of RGB (Red+Green+Blue) = 55+14+23=92 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.78% from 92); Green value is 14 (5.86% from 255 or 15.22% from 92); Blue value is 23 (9.38% from 255 or 25% from 92); Max value from RGB is 55 - color contains mainly: red. Hex color #370E17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370E17 is #C8F1E8. Grayscale: #1B1B1B. Windows color (decimal): -13169129 or 1510967. OLE color: 1510967.
HSL color Cylindrical-coordinate representation of color #370E17: hue angle of 346.83º 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 #370E17 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 14 | 23 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.78 |
| HSL | 346.83º | 0.59% | 0.14% | - |
| HSV(B) | 346.83º | 0.75% | 0.22% | - |
| XYZ | 1.89 | 1.19 | 0.94 | - |
| YUV | 27.29 | 125.58 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 14 | 23 | 0 | 0.75 | 0.58 | 0.78 | 346.83 | 0.59 | 0.14 |
| Hex | 37 | E | 17 | 0 | 4B | 3A | 4E | 15B | 3B | E |
| Octal | 67 | 16 | 27 | 0 | 113 | 72 | 116 | 533 | 73 | 16 |
| Binary | 110111 | 1110 | 10111 | 0 | 1001011 | 111010 | 1001110 | 101011011 | 111011 | 1110 |
Color Harmonies of #370E17
Complementary color
Monochromatic Colors of #370E17
Black with #370E17
Text Example
Text Example
White with #370E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370E17; }
p { color: rgb(55,14,23); }
H1.HeaderClassName
{
color: #370E17;
}
.AnyTagClassName
{
color: #370E17;
}
</style>
background-color css
<style>
a { background-color: #370E17; }
a { background-color: rgb(55,14,23); }
div.DivClassName
{
background-color: #370E17;
}
.BgClassName
{
background-color: #370E17;
}
</style>
border-color css
<style>
span { border-color: #370E17; }
span { border-color: rgb(55,14,23); }
td.TdClassName
{
border-color: #370E17;
}
.TagClassName
{
border-color: #370E17;
}
</style>