Shades of Rustic Red #370B14
Tints of Rustic Red #370B14
RGB
CMYK
RGB Variations
Color information
#370B14 (or 0x370B14) is known color: Rustic Red. HEX triplet: 37, 0B and 14. RGB value is (55,11,20). Sum of RGB (Red+Green+Blue) = 55+11+20=86 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.95% from 86); Green value is 11 (4.69% from 255 or 12.79% from 86); Blue value is 20 (8.20% from 255 or 23.26% from 86); Max value from RGB is 55 - color contains mainly: red. Hex color #370B14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370B14 is #C8F4EB. Grayscale: #191919. Windows color (decimal): -13169900 or 1313591. OLE color: 1313591.
HSL color Cylindrical-coordinate representation of color #370B14: hue angle of 347.73º 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 #370B14 is Cyan = 0, Magento = 0.8, Yellow = 0.64 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 11 | 20 | - |
| CMYK | 0 | 0.8 | 0.64 | 0.78 |
| HSL | 347.73º | 0.67% | 0.13% | - |
| HSV(B) | 347.73º | 0.8% | 0.22% | - |
| XYZ | 1.82 | 1.1 | 0.78 | - |
| YUV | 25.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 20 | 0 | 0.8 | 0.64 | 0.78 | 347.73 | 0.67 | 0.13 |
| Hex | 37 | B | 14 | 0 | 50 | 40 | 4E | 15C | 43 | D |
| Octal | 67 | 13 | 24 | 0 | 120 | 100 | 116 | 534 | 103 | 15 |
| Binary | 110111 | 1011 | 10100 | 0 | 1010000 | 1000000 | 1001110 | 101011100 | 1000011 | 1101 |
Color Harmonies of #370B14
Complementary color
Monochromatic Colors of #370B14
Black with #370B14
Text Example
Text Example
White with #370B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370B14; }
p { color: rgb(55,11,20); }
H1.HeaderClassName
{
color: #370B14;
}
.AnyTagClassName
{
color: #370B14;
}
</style>
background-color css
<style>
a { background-color: #370B14; }
a { background-color: rgb(55,11,20); }
div.DivClassName
{
background-color: #370B14;
}
.BgClassName
{
background-color: #370B14;
}
</style>
border-color css
<style>
span { border-color: #370B14; }
span { border-color: rgb(55,11,20); }
td.TdClassName
{
border-color: #370B14;
}
.TagClassName
{
border-color: #370B14;
}
</style>