Shades of Rustic Red #370B10
Tints of Rustic Red #370B10
RGB
CMYK
RGB Variations
Color information
#370B10 (or 0x370B10) is known color: Rustic Red. HEX triplet: 37, 0B and 10. RGB value is (55,11,16). Sum of RGB (Red+Green+Blue) = 55+11+16=82 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.07% from 82); Green value is 11 (4.69% from 255 or 13.41% from 82); Blue value is 16 (6.64% from 255 or 19.51% from 82); Max value from RGB is 55 - color contains mainly: red. Hex color #370B10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370B10 is #C8F4EF. Grayscale: #181818. Windows color (decimal): -13169904 or 1051447. OLE color: 1051447.
HSL color Cylindrical-coordinate representation of color #370B10: hue angle of 353.18º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #370B10 is Cyan = 0, Magento = 0.8, Yellow = 0.71 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 11 | 16 | - |
| CMYK | 0 | 0.8 | 0.71 | 0.78 |
| HSL | 353.18º | 0.67% | 0.13% | - |
| HSV(B) | 353.18º | 0.8% | 0.22% | - |
| XYZ | 1.79 | 1.09 | 0.61 | - |
| YUV | 24.73 | 123.08 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 16 | 0 | 0.8 | 0.71 | 0.78 | 353.18 | 0.67 | 0.13 |
| Hex | 37 | B | 10 | 0 | 50 | 47 | 4E | 161 | 43 | D |
| Octal | 67 | 13 | 20 | 0 | 120 | 107 | 116 | 541 | 103 | 15 |
| Binary | 110111 | 1011 | 10000 | 0 | 1010000 | 1000111 | 1001110 | 101100001 | 1000011 | 1101 |
Color Harmonies of #370B10
Complementary color
Monochromatic Colors of #370B10
Black with #370B10
Text Example
Text Example
White with #370B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370B10; }
p { color: rgb(55,11,16); }
H1.HeaderClassName
{
color: #370B10;
}
.AnyTagClassName
{
color: #370B10;
}
</style>
background-color css
<style>
a { background-color: #370B10; }
a { background-color: rgb(55,11,16); }
div.DivClassName
{
background-color: #370B10;
}
.BgClassName
{
background-color: #370B10;
}
</style>
border-color css
<style>
span { border-color: #370B10; }
span { border-color: rgb(55,11,16); }
td.TdClassName
{
border-color: #370B10;
}
.TagClassName
{
border-color: #370B10;
}
</style>