Shades of Rustic Red #370510
Tints of Rustic Red #370510
RGB
CMYK
RGB Variations
Color information
#370510 (or 0x370510) is known color: Rustic Red. HEX triplet: 37, 05 and 10. RGB value is (55,5,16). Sum of RGB (Red+Green+Blue) = 55+5+16=76 (10% of max value = 765). Red value is 55 (21.88% from 255 or 72.37% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 16 (6.64% from 255 or 21.05% from 76); Max value from RGB is 55 - color contains mainly: red. Hex color #370510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370510 is #C8FAEF. Grayscale: #151515. Windows color (decimal): -13171440 or 1049911. OLE color: 1049911.
HSL color Cylindrical-coordinate representation of color #370510: hue angle of 346.8º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #370510 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 5 | 16 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.78 |
| HSL | 346.8º | 0.83% | 0.12% | - |
| HSV(B) | 346.8º | 0.91% | 0.22% | - |
| XYZ | 1.72 | 0.96 | 0.58 | - |
| YUV | 21.2 | 125.07 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 5 | 16 | 0 | 0.91 | 0.71 | 0.78 | 346.8 | 0.83 | 0.12 |
| Hex | 37 | 5 | 10 | 0 | 5B | 47 | 4E | 15B | 53 | C |
| Octal | 67 | 5 | 20 | 0 | 133 | 107 | 116 | 533 | 123 | 14 |
| Binary | 110111 | 101 | 10000 | 0 | 1011011 | 1000111 | 1001110 | 101011011 | 1010011 | 1100 |
Color Harmonies of #370510
Complementary color
Monochromatic Colors of #370510
Black with #370510
Text Example
Text Example
White with #370510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370510; }
p { color: rgb(55,5,16); }
H1.HeaderClassName
{
color: #370510;
}
.AnyTagClassName
{
color: #370510;
}
</style>
background-color css
<style>
a { background-color: #370510; }
a { background-color: rgb(55,5,16); }
div.DivClassName
{
background-color: #370510;
}
.BgClassName
{
background-color: #370510;
}
</style>
border-color css
<style>
span { border-color: #370510; }
span { border-color: rgb(55,5,16); }
td.TdClassName
{
border-color: #370510;
}
.TagClassName
{
border-color: #370510;
}
</style>