Shades of Rustic Red #37010E
Tints of Rustic Red #37010E
RGB
CMYK
RGB Variations
Color information
#37010E (or 0x37010E) is known color: Rustic Red. HEX triplet: 37, 01 and 0E. RGB value is (55,1,14). Sum of RGB (Red+Green+Blue) = 55+1+14=70 (9% of max value = 765). Red value is 55 (21.88% from 255 or 78.57% from 70); Green value is 1 (0.78% from 255 or 1.43% from 70); Blue value is 14 (5.86% from 255 or 20% from 70); Max value from RGB is 55 - color contains mainly: red. Hex color #37010E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37010E is #C8FEF1. Grayscale: #121212. Windows color (decimal): -13172466 or 917815. OLE color: 917815.
HSL color Cylindrical-coordinate representation of color #37010E: hue angle of 345.56º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #37010E is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 1 | 14 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.78 |
| HSL | 345.56º | 0.96% | 0.11% | - |
| HSV(B) | 345.56º | 0.98% | 0.22% | - |
| XYZ | 1.67 | 0.87 | 0.49 | - |
| YUV | 18.63 | 125.39 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 1 | 14 | 0 | 0.98 | 0.75 | 0.78 | 345.56 | 0.96 | 0.11 |
| Hex | 37 | 1 | E | 0 | 62 | 4B | 4E | 15A | 60 | B |
| Octal | 67 | 1 | 16 | 0 | 142 | 113 | 116 | 532 | 140 | 13 |
| Binary | 110111 | 1 | 1110 | 0 | 1100010 | 1001011 | 1001110 | 101011010 | 1100000 | 1011 |
Color Harmonies of #37010E
Complementary color
Monochromatic Colors of #37010E
Black with #37010E
Text Example
Text Example
White with #37010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37010E; }
p { color: rgb(55,1,14); }
H1.HeaderClassName
{
color: #37010E;
}
.AnyTagClassName
{
color: #37010E;
}
</style>
background-color css
<style>
a { background-color: #37010E; }
a { background-color: rgb(55,1,14); }
div.DivClassName
{
background-color: #37010E;
}
.BgClassName
{
background-color: #37010E;
}
</style>
border-color css
<style>
span { border-color: #37010E; }
span { border-color: rgb(55,1,14); }
td.TdClassName
{
border-color: #37010E;
}
.TagClassName
{
border-color: #37010E;
}
</style>