Shades of Rustic Red #370D0E
Tints of Rustic Red #370D0E
RGB
CMYK
RGB Variations
Color information
#370D0E (or 0x370D0E) is known color: Rustic Red. HEX triplet: 37, 0D and 0E. RGB value is (55,13,14). Sum of RGB (Red+Green+Blue) = 55+13+14=82 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.07% from 82); Green value is 13 (5.47% from 255 or 15.85% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 55 - color contains mainly: red. Hex color #370D0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370D0E is #C8F2F1. Grayscale: #191919. Windows color (decimal): -13169394 or 920887. OLE color: 920887.
HSL color Cylindrical-coordinate representation of color #370D0E: hue angle of 358.57º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #370D0E is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 13 | 14 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.78 |
| HSL | 358.57º | 0.62% | 0.13% | - |
| HSV(B) | 358.57º | 0.76% | 0.22% | - |
| XYZ | 1.8 | 1.13 | 0.54 | - |
| YUV | 25.67 | 121.41 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 13 | 14 | 0 | 0.76 | 0.75 | 0.78 | 358.57 | 0.62 | 0.13 |
| Hex | 37 | D | E | 0 | 4C | 4B | 4E | 167 | 3E | D |
| Octal | 67 | 15 | 16 | 0 | 114 | 113 | 116 | 547 | 76 | 15 |
| Binary | 110111 | 1101 | 1110 | 0 | 1001100 | 1001011 | 1001110 | 101100111 | 111110 | 1101 |
Color Harmonies of #370D0E
Complementary color
Monochromatic Colors of #370D0E
Black with #370D0E
Text Example
Text Example
White with #370D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370D0E; }
p { color: rgb(55,13,14); }
H1.HeaderClassName
{
color: #370D0E;
}
.AnyTagClassName
{
color: #370D0E;
}
</style>
background-color css
<style>
a { background-color: #370D0E; }
a { background-color: rgb(55,13,14); }
div.DivClassName
{
background-color: #370D0E;
}
.BgClassName
{
background-color: #370D0E;
}
</style>
border-color css
<style>
span { border-color: #370D0E; }
span { border-color: rgb(55,13,14); }
td.TdClassName
{
border-color: #370D0E;
}
.TagClassName
{
border-color: #370D0E;
}
</style>