Shades of Rustic Red #370005
Tints of Rustic Red #370005
RGB
CMYK
RGB Variations
Color information
#370005 (or 0x370005) is known color: Rustic Red. HEX triplet: 37, 00 and 05. RGB value is (55,0,5). Sum of RGB (Red+Green+Blue) = 55+0+5=60 (7% of max value = 765). Red value is 55 (21.88% from 255 or 91.67% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 5 (2.34% from 255 or 8.33% from 60); Max value from RGB is 55 - color contains mainly: red. Hex color #370005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370005 is #C8FFFA. Grayscale: #111111. Windows color (decimal): -13172731 or 327735. OLE color: 327735.
HSL color Cylindrical-coordinate representation of color #370005: hue angle of 354.55º 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 #370005 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.91 | 0.78 |
| HSL | 354.55º | 1% | 0.11% | - |
| HSV(B) | 354.55º | 1% | 0.22% | - |
| XYZ | 1.6 | 0.82 | 0.22 | - |
| YUV | 17.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 0 | 5 | 0 | 1 | 0.91 | 0.78 | 354.55 | 1 | 0.11 |
| Hex | 37 | 0 | 5 | 0 | 64 | 5B | 4E | 163 | 64 | B |
| Octal | 67 | 0 | 5 | 0 | 144 | 133 | 116 | 543 | 144 | 13 |
| Binary | 110111 | 0 | 101 | 0 | 1100100 | 1011011 | 1001110 | 101100011 | 1100100 | 1011 |
Color Harmonies of #370005
Complementary color
Monochromatic Colors of #370005
Black with #370005
Text Example
Text Example
White with #370005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370005; }
p { color: rgb(55,0,5); }
H1.HeaderClassName
{
color: #370005;
}
.AnyTagClassName
{
color: #370005;
}
</style>
background-color css
<style>
a { background-color: #370005; }
a { background-color: rgb(55,0,5); }
div.DivClassName
{
background-color: #370005;
}
.BgClassName
{
background-color: #370005;
}
</style>
border-color css
<style>
span { border-color: #370005; }
span { border-color: rgb(55,0,5); }
td.TdClassName
{
border-color: #370005;
}
.TagClassName
{
border-color: #370005;
}
</style>