Shades of Rustic Red #370E13
Tints of Rustic Red #370E13
RGB
CMYK
RGB Variations
Color information
#370E13 (or 0x370E13) is known color: Rustic Red. HEX triplet: 37, 0E and 13. RGB value is (55,14,19). Sum of RGB (Red+Green+Blue) = 55+14+19=88 (11% of max value = 765). Red value is 55 (21.88% from 255 or 62.5% from 88); Green value is 14 (5.86% from 255 or 15.91% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 55 - color contains mainly: red. Hex color #370E13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370E13 is #C8F1EC. Grayscale: #1A1A1A. Windows color (decimal): -13169133 or 1248823. OLE color: 1248823.
HSL color Cylindrical-coordinate representation of color #370E13: hue angle of 352.68º 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 #370E13 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 14 | 19 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.78 |
| HSL | 352.68º | 0.59% | 0.14% | - |
| HSV(B) | 352.68º | 0.75% | 0.22% | - |
| XYZ | 1.85 | 1.17 | 0.75 | - |
| YUV | 26.83 | 123.58 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 14 | 19 | 0 | 0.75 | 0.65 | 0.78 | 352.68 | 0.59 | 0.14 |
| Hex | 37 | E | 13 | 0 | 4B | 41 | 4E | 161 | 3B | E |
| Octal | 67 | 16 | 23 | 0 | 113 | 101 | 116 | 541 | 73 | 16 |
| Binary | 110111 | 1110 | 10011 | 0 | 1001011 | 1000001 | 1001110 | 101100001 | 111011 | 1110 |
Color Harmonies of #370E13
Complementary color
Monochromatic Colors of #370E13
Black with #370E13
Text Example
Text Example
White with #370E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370E13; }
p { color: rgb(55,14,19); }
H1.HeaderClassName
{
color: #370E13;
}
.AnyTagClassName
{
color: #370E13;
}
</style>
background-color css
<style>
a { background-color: #370E13; }
a { background-color: rgb(55,14,19); }
div.DivClassName
{
background-color: #370E13;
}
.BgClassName
{
background-color: #370E13;
}
</style>
border-color css
<style>
span { border-color: #370E13; }
span { border-color: rgb(55,14,19); }
td.TdClassName
{
border-color: #370E13;
}
.TagClassName
{
border-color: #370E13;
}
</style>