Shades of Rustic Red #370006
Tints of Rustic Red #370006
RGB
CMYK
RGB Variations
Color information
#370006 (or 0x370006) is known color: Rustic Red. HEX triplet: 37, 00 and 06. RGB value is (55,0,6). Sum of RGB (Red+Green+Blue) = 55+0+6=61 (8% of max value = 765). Red value is 55 (21.88% from 255 or 90.16% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 6 (2.73% from 255 or 9.84% from 61); Max value from RGB is 55 - color contains mainly: red. Hex color #370006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370006 is #C8FFF9. Grayscale: #111111. Windows color (decimal): -13172730 or 393271. OLE color: 393271.
HSL color Cylindrical-coordinate representation of color #370006: hue angle of 353.45º 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 #370006 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 0 | 6 | - |
| CMYK | 0 | 1 | 0.89 | 0.78 |
| HSL | 353.45º | 1% | 0.11% | - |
| HSV(B) | 353.45º | 1% | 0.22% | - |
| XYZ | 1.61 | 0.83 | 0.25 | - |
| YUV | 17.13 | 121.72 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 0 | 6 | 0 | 1 | 0.89 | 0.78 | 353.45 | 1 | 0.11 |
| Hex | 37 | 0 | 6 | 0 | 64 | 59 | 4E | 161 | 64 | B |
| Octal | 67 | 0 | 6 | 0 | 144 | 131 | 116 | 541 | 144 | 13 |
| Binary | 110111 | 0 | 110 | 0 | 1100100 | 1011001 | 1001110 | 101100001 | 1100100 | 1011 |
Color Harmonies of #370006
Complementary color
Monochromatic Colors of #370006
Black with #370006
Text Example
Text Example
White with #370006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370006; }
p { color: rgb(55,0,6); }
H1.HeaderClassName
{
color: #370006;
}
.AnyTagClassName
{
color: #370006;
}
</style>
background-color css
<style>
a { background-color: #370006; }
a { background-color: rgb(55,0,6); }
div.DivClassName
{
background-color: #370006;
}
.BgClassName
{
background-color: #370006;
}
</style>
border-color css
<style>
span { border-color: #370006; }
span { border-color: rgb(55,0,6); }
td.TdClassName
{
border-color: #370006;
}
.TagClassName
{
border-color: #370006;
}
</style>