Shades of Rustic Red #37070F
Tints of Rustic Red #37070F
RGB
CMYK
RGB Variations
Color information
#37070F (or 0x37070F) is known color: Rustic Red. HEX triplet: 37, 07 and 0F. RGB value is (55,7,15). Sum of RGB (Red+Green+Blue) = 55+7+15=77 (10% of max value = 765). Red value is 55 (21.88% from 255 or 71.43% from 77); Green value is 7 (3.12% from 255 or 9.09% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 55 - color contains mainly: red. Hex color #37070F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37070F is #C8F8F0. Grayscale: #161616. Windows color (decimal): -13170929 or 984887. OLE color: 984887.
HSL color Cylindrical-coordinate representation of color #37070F: hue angle of 350º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #37070F is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 7 | 15 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.78 |
| HSL | 350º | 0.77% | 0.12% | - |
| HSV(B) | 350º | 0.87% | 0.22% | - |
| XYZ | 1.74 | 1 | 0.55 | - |
| YUV | 22.26 | 123.9 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 7 | 15 | 0 | 0.87 | 0.73 | 0.78 | 350 | 0.77 | 0.12 |
| Hex | 37 | 7 | F | 0 | 57 | 49 | 4E | 15E | 4D | C |
| Octal | 67 | 7 | 17 | 0 | 127 | 111 | 116 | 536 | 115 | 14 |
| Binary | 110111 | 111 | 1111 | 0 | 1010111 | 1001001 | 1001110 | 101011110 | 1001101 | 1100 |
Color Harmonies of #37070F
Complementary color
Monochromatic Colors of #37070F
Black with #37070F
Text Example
Text Example
White with #37070F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37070F; }
p { color: rgb(55,7,15); }
H1.HeaderClassName
{
color: #37070F;
}
.AnyTagClassName
{
color: #37070F;
}
</style>
background-color css
<style>
a { background-color: #37070F; }
a { background-color: rgb(55,7,15); }
div.DivClassName
{
background-color: #37070F;
}
.BgClassName
{
background-color: #37070F;
}
</style>
border-color css
<style>
span { border-color: #37070F; }
span { border-color: rgb(55,7,15); }
td.TdClassName
{
border-color: #37070F;
}
.TagClassName
{
border-color: #37070F;
}
</style>