Shades of Rustic Red #37070C
Tints of Rustic Red #37070C
RGB
CMYK
RGB Variations
Color information
#37070C (or 0x37070C) is known color: Rustic Red. HEX triplet: 37, 07 and 0C. RGB value is (55,7,12). Sum of RGB (Red+Green+Blue) = 55+7+12=74 (9% of max value = 765). Red value is 55 (21.88% from 255 or 74.32% from 74); Green value is 7 (3.12% from 255 or 9.46% from 74); Blue value is 12 (5.08% from 255 or 16.22% from 74); Max value from RGB is 55 - color contains mainly: red. Hex color #37070C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37070C is #C8F8F3. Grayscale: #151515. Windows color (decimal): -13170932 or 788279. OLE color: 788279.
HSL color Cylindrical-coordinate representation of color #37070C: hue angle of 353.75º 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 #37070C is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 7 | 12 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.78 |
| HSL | 353.75º | 0.77% | 0.12% | - |
| HSV(B) | 353.75º | 0.87% | 0.22% | - |
| XYZ | 1.72 | 0.99 | 0.45 | - |
| YUV | 21.92 | 122.4 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 7 | 12 | 0 | 0.87 | 0.78 | 0.78 | 353.75 | 0.77 | 0.12 |
| Hex | 37 | 7 | C | 0 | 57 | 4E | 4E | 162 | 4D | C |
| Octal | 67 | 7 | 14 | 0 | 127 | 116 | 116 | 542 | 115 | 14 |
| Binary | 110111 | 111 | 1100 | 0 | 1010111 | 1001110 | 1001110 | 101100010 | 1001101 | 1100 |
Color Harmonies of #37070C
Complementary color
Monochromatic Colors of #37070C
Black with #37070C
Text Example
Text Example
White with #37070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37070C; }
p { color: rgb(55,7,12); }
H1.HeaderClassName
{
color: #37070C;
}
.AnyTagClassName
{
color: #37070C;
}
</style>
background-color css
<style>
a { background-color: #37070C; }
a { background-color: rgb(55,7,12); }
div.DivClassName
{
background-color: #37070C;
}
.BgClassName
{
background-color: #37070C;
}
</style>
border-color css
<style>
span { border-color: #37070C; }
span { border-color: rgb(55,7,12); }
td.TdClassName
{
border-color: #37070C;
}
.TagClassName
{
border-color: #37070C;
}
</style>