Shades of Rustic Red #37060D
Tints of Rustic Red #37060D
RGB
CMYK
RGB Variations
Color information
#37060D (or 0x37060D) is known color: Rustic Red. HEX triplet: 37, 06 and 0D. RGB value is (55,6,13). Sum of RGB (Red+Green+Blue) = 55+6+13=74 (9% of max value = 765). Red value is 55 (21.88% from 255 or 74.32% from 74); Green value is 6 (2.73% from 255 or 8.11% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 55 - color contains mainly: red. Hex color #37060D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37060D is #C8F9F2. Grayscale: #151515. Windows color (decimal): -13171187 or 853559. OLE color: 853559.
HSL color Cylindrical-coordinate representation of color #37060D: hue angle of 351.43º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #37060D is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 6 | 13 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.78 |
| HSL | 351.43º | 0.8% | 0.12% | - |
| HSV(B) | 351.43º | 0.89% | 0.22% | - |
| XYZ | 1.71 | 0.97 | 0.48 | - |
| YUV | 21.45 | 123.23 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 6 | 13 | 0 | 0.89 | 0.76 | 0.78 | 351.43 | 0.8 | 0.12 |
| Hex | 37 | 6 | D | 0 | 59 | 4C | 4E | 15F | 50 | C |
| Octal | 67 | 6 | 15 | 0 | 131 | 114 | 116 | 537 | 120 | 14 |
| Binary | 110111 | 110 | 1101 | 0 | 1011001 | 1001100 | 1001110 | 101011111 | 1010000 | 1100 |
Color Harmonies of #37060D
Complementary color
Monochromatic Colors of #37060D
Black with #37060D
Text Example
Text Example
White with #37060D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37060D; }
p { color: rgb(55,6,13); }
H1.HeaderClassName
{
color: #37060D;
}
.AnyTagClassName
{
color: #37060D;
}
</style>
background-color css
<style>
a { background-color: #37060D; }
a { background-color: rgb(55,6,13); }
div.DivClassName
{
background-color: #37060D;
}
.BgClassName
{
background-color: #37060D;
}
</style>
border-color css
<style>
span { border-color: #37060D; }
span { border-color: rgb(55,6,13); }
td.TdClassName
{
border-color: #37060D;
}
.TagClassName
{
border-color: #37060D;
}
</style>