Shades of Rustic Red #370007
Tints of Rustic Red #370007
RGB
CMYK
RGB Variations
Color information
#370007 (or 0x370007) is known color: Rustic Red. HEX triplet: 37, 00 and 07. RGB value is (55,0,7). Sum of RGB (Red+Green+Blue) = 55+0+7=62 (8% of max value = 765). Red value is 55 (21.88% from 255 or 88.71% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 7 (3.12% from 255 or 11.29% from 62); Max value from RGB is 55 - color contains mainly: red. Hex color #370007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370007 is #C8FFF8. Grayscale: #111111. Windows color (decimal): -13172729 or 458807. OLE color: 458807.
HSL color Cylindrical-coordinate representation of color #370007: hue angle of 352.36º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #370007 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.87 | 0.78 |
| HSL | 352.36º | 1% | 0.11% | - |
| HSV(B) | 352.36º | 1% | 0.22% | - |
| XYZ | 1.61 | 0.83 | 0.28 | - |
| YUV | 17.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 0 | 7 | 0 | 1 | 0.87 | 0.78 | 352.36 | 1 | 0.11 |
| Hex | 37 | 0 | 7 | 0 | 64 | 57 | 4E | 160 | 64 | B |
| Octal | 67 | 0 | 7 | 0 | 144 | 127 | 116 | 540 | 144 | 13 |
| Binary | 110111 | 0 | 111 | 0 | 1100100 | 1010111 | 1001110 | 101100000 | 1100100 | 1011 |
Color Harmonies of #370007
Complementary color
Monochromatic Colors of #370007
Black with #370007
Text Example
Text Example
White with #370007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370007; }
p { color: rgb(55,0,7); }
H1.HeaderClassName
{
color: #370007;
}
.AnyTagClassName
{
color: #370007;
}
</style>
background-color css
<style>
a { background-color: #370007; }
a { background-color: rgb(55,0,7); }
div.DivClassName
{
background-color: #370007;
}
.BgClassName
{
background-color: #370007;
}
</style>
border-color css
<style>
span { border-color: #370007; }
span { border-color: rgb(55,0,7); }
td.TdClassName
{
border-color: #370007;
}
.TagClassName
{
border-color: #370007;
}
</style>