Shades of Rustic Red #37050D
Tints of Rustic Red #37050D
RGB
CMYK
RGB Variations
Color information
#37050D (or 0x37050D) is known color: Rustic Red. HEX triplet: 37, 05 and 0D. RGB value is (55,5,13). Sum of RGB (Red+Green+Blue) = 55+5+13=73 (9% of max value = 765). Red value is 55 (21.88% from 255 or 75.34% from 73); Green value is 5 (2.34% from 255 or 6.85% from 73); Blue value is 13 (5.47% from 255 or 17.81% from 73); Max value from RGB is 55 - color contains mainly: red. Hex color #37050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37050D is #C8FAF2. Grayscale: #141414. Windows color (decimal): -13171443 or 853303. OLE color: 853303.
HSL color Cylindrical-coordinate representation of color #37050D: hue angle of 350.4º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #37050D is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 5 | 13 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.78 |
| HSL | 350.4º | 0.83% | 0.12% | - |
| HSV(B) | 350.4º | 0.91% | 0.22% | - |
| XYZ | 1.7 | 0.95 | 0.47 | - |
| YUV | 20.86 | 123.57 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 5 | 13 | 0 | 0.91 | 0.76 | 0.78 | 350.4 | 0.83 | 0.12 |
| Hex | 37 | 5 | D | 0 | 5B | 4C | 4E | 15E | 53 | C |
| Octal | 67 | 5 | 15 | 0 | 133 | 114 | 116 | 536 | 123 | 14 |
| Binary | 110111 | 101 | 1101 | 0 | 1011011 | 1001100 | 1001110 | 101011110 | 1010011 | 1100 |
Color Harmonies of #37050D
Complementary color
Monochromatic Colors of #37050D
Black with #37050D
Text Example
Text Example
White with #37050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37050D; }
p { color: rgb(55,5,13); }
H1.HeaderClassName
{
color: #37050D;
}
.AnyTagClassName
{
color: #37050D;
}
</style>
background-color css
<style>
a { background-color: #37050D; }
a { background-color: rgb(55,5,13); }
div.DivClassName
{
background-color: #37050D;
}
.BgClassName
{
background-color: #37050D;
}
</style>
border-color css
<style>
span { border-color: #37050D; }
span { border-color: rgb(55,5,13); }
td.TdClassName
{
border-color: #37050D;
}
.TagClassName
{
border-color: #37050D;
}
</style>