Shades of Rustic Red #370B18
Tints of Rustic Red #370B18
RGB
CMYK
RGB Variations
Color information
#370B18 (or 0x370B18) is known color: Rustic Red. HEX triplet: 37, 0B and 18. RGB value is (55,11,24). Sum of RGB (Red+Green+Blue) = 55+11+24=90 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.11% from 90); Green value is 11 (4.69% from 255 or 12.22% from 90); Blue value is 24 (9.77% from 255 or 26.67% from 90); Max value from RGB is 55 - color contains mainly: red. Hex color #370B18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370B18 is #C8F4E7. Grayscale: #191919. Windows color (decimal): -13169896 or 1575735. OLE color: 1575735.
HSL color Cylindrical-coordinate representation of color #370B18: hue angle of 342.27º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #370B18 is Cyan = 0, Magento = 0.8, Yellow = 0.56 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 11 | 24 | - |
| CMYK | 0 | 0.8 | 0.56 | 0.78 |
| HSL | 342.27º | 0.67% | 0.13% | - |
| HSV(B) | 342.27º | 0.8% | 0.22% | - |
| XYZ | 1.86 | 1.12 | 0.98 | - |
| YUV | 25.64 | 127.08 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 24 | 0 | 0.8 | 0.56 | 0.78 | 342.27 | 0.67 | 0.13 |
| Hex | 37 | B | 18 | 0 | 50 | 38 | 4E | 156 | 43 | D |
| Octal | 67 | 13 | 30 | 0 | 120 | 70 | 116 | 526 | 103 | 15 |
| Binary | 110111 | 1011 | 11000 | 0 | 1010000 | 111000 | 1001110 | 101010110 | 1000011 | 1101 |
Color Harmonies of #370B18
Complementary color
Monochromatic Colors of #370B18
Black with #370B18
Text Example
Text Example
White with #370B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370B18; }
p { color: rgb(55,11,24); }
H1.HeaderClassName
{
color: #370B18;
}
.AnyTagClassName
{
color: #370B18;
}
</style>
background-color css
<style>
a { background-color: #370B18; }
a { background-color: rgb(55,11,24); }
div.DivClassName
{
background-color: #370B18;
}
.BgClassName
{
background-color: #370B18;
}
</style>
border-color css
<style>
span { border-color: #370B18; }
span { border-color: rgb(55,11,24); }
td.TdClassName
{
border-color: #370B18;
}
.TagClassName
{
border-color: #370B18;
}
</style>