Shades of Rustic Red #370207
Tints of Rustic Red #370207
RGB
CMYK
RGB Variations
Color information
#370207 (or 0x370207) is known color: Rustic Red. HEX triplet: 37, 02 and 07. RGB value is (55,2,7). Sum of RGB (Red+Green+Blue) = 55+2+7=64 (8% of max value = 765). Red value is 55 (21.88% from 255 or 85.94% from 64); Green value is 2 (1.17% from 255 or 3.12% from 64); Blue value is 7 (3.12% from 255 or 10.94% from 64); Max value from RGB is 55 - color contains mainly: red. Hex color #370207 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370207 is #C8FDF8. Grayscale: #121212. Windows color (decimal): -13172217 or 459319. OLE color: 459319.
HSL color Cylindrical-coordinate representation of color #370207: hue angle of 354.34º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #370207 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 2 | 7 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.78 |
| HSL | 354.34º | 0.93% | 0.11% | - |
| HSV(B) | 354.34º | 0.96% | 0.22% | - |
| XYZ | 1.64 | 0.87 | 0.28 | - |
| YUV | 18.42 | 121.56 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 2 | 7 | 0 | 0.96 | 0.87 | 0.78 | 354.34 | 0.93 | 0.11 |
| Hex | 37 | 2 | 7 | 0 | 60 | 57 | 4E | 162 | 5D | B |
| Octal | 67 | 2 | 7 | 0 | 140 | 127 | 116 | 542 | 135 | 13 |
| Binary | 110111 | 10 | 111 | 0 | 1100000 | 1010111 | 1001110 | 101100010 | 1011101 | 1011 |
Color Harmonies of #370207
Complementary color
Monochromatic Colors of #370207
Black with #370207
Text Example
Text Example
White with #370207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370207; }
p { color: rgb(55,2,7); }
H1.HeaderClassName
{
color: #370207;
}
.AnyTagClassName
{
color: #370207;
}
</style>
background-color css
<style>
a { background-color: #370207; }
a { background-color: rgb(55,2,7); }
div.DivClassName
{
background-color: #370207;
}
.BgClassName
{
background-color: #370207;
}
</style>
border-color css
<style>
span { border-color: #370207; }
span { border-color: rgb(55,2,7); }
td.TdClassName
{
border-color: #370207;
}
.TagClassName
{
border-color: #370207;
}
</style>