Shades of Rustic Red #370D10
Tints of Rustic Red #370D10
RGB
CMYK
RGB Variations
Color information
#370D10 (or 0x370D10) is known color: Rustic Red. HEX triplet: 37, 0D and 10. RGB value is (55,13,16). Sum of RGB (Red+Green+Blue) = 55+13+16=84 (11% of max value = 765). Red value is 55 (21.88% from 255 or 65.48% from 84); Green value is 13 (5.47% from 255 or 15.48% from 84); Blue value is 16 (6.64% from 255 or 19.05% from 84); Max value from RGB is 55 - color contains mainly: red. Hex color #370D10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370D10 is #C8F2EF. Grayscale: #191919. Windows color (decimal): -13169392 or 1051959. OLE color: 1051959.
HSL color Cylindrical-coordinate representation of color #370D10: hue angle of 355.71º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #370D10 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 13 | 16 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.78 |
| HSL | 355.71º | 0.62% | 0.13% | - |
| HSV(B) | 355.71º | 0.76% | 0.22% | - |
| XYZ | 1.81 | 1.14 | 0.61 | - |
| YUV | 25.9 | 122.41 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 13 | 16 | 0 | 0.76 | 0.71 | 0.78 | 355.71 | 0.62 | 0.13 |
| Hex | 37 | D | 10 | 0 | 4C | 47 | 4E | 164 | 3E | D |
| Octal | 67 | 15 | 20 | 0 | 114 | 107 | 116 | 544 | 76 | 15 |
| Binary | 110111 | 1101 | 10000 | 0 | 1001100 | 1000111 | 1001110 | 101100100 | 111110 | 1101 |
Color Harmonies of #370D10
Complementary color
Monochromatic Colors of #370D10
Black with #370D10
Text Example
Text Example
White with #370D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370D10; }
p { color: rgb(55,13,16); }
H1.HeaderClassName
{
color: #370D10;
}
.AnyTagClassName
{
color: #370D10;
}
</style>
background-color css
<style>
a { background-color: #370D10; }
a { background-color: rgb(55,13,16); }
div.DivClassName
{
background-color: #370D10;
}
.BgClassName
{
background-color: #370D10;
}
</style>
border-color css
<style>
span { border-color: #370D10; }
span { border-color: rgb(55,13,16); }
td.TdClassName
{
border-color: #370D10;
}
.TagClassName
{
border-color: #370D10;
}
</style>