Shades of Rustic Red #371115
Tints of Rustic Red #371115
RGB
CMYK
RGB Variations
Color information
#371115 (or 0x371115) is known color: Rustic Red. HEX triplet: 37, 11 and 15. RGB value is (55,17,21). Sum of RGB (Red+Green+Blue) = 55+17+21=93 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.14% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 21 (8.59% from 255 or 22.58% from 93); Max value from RGB is 55 - color contains mainly: red. Hex color #371115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371115 is #C8EEEA. Grayscale: #1C1C1C. Windows color (decimal): -13168363 or 1380663. OLE color: 1380663.
HSL color Cylindrical-coordinate representation of color #371115: hue angle of 353.68º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #371115 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 17 | 21 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.78 |
| HSL | 353.68º | 0.53% | 0.14% | - |
| HSV(B) | 353.68º | 0.69% | 0.22% | - |
| XYZ | 1.91 | 1.27 | 0.85 | - |
| YUV | 28.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 17 | 21 | 0 | 0.69 | 0.62 | 0.78 | 353.68 | 0.53 | 0.14 |
| Hex | 37 | 11 | 15 | 0 | 45 | 3E | 4E | 162 | 35 | E |
| Octal | 67 | 21 | 25 | 0 | 105 | 76 | 116 | 542 | 65 | 16 |
| Binary | 110111 | 10001 | 10101 | 0 | 1000101 | 111110 | 1001110 | 101100010 | 110101 | 1110 |
Color Harmonies of #371115
Complementary color
Monochromatic Colors of #371115
Black with #371115
Text Example
Text Example
White with #371115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371115; }
p { color: rgb(55,17,21); }
H1.HeaderClassName
{
color: #371115;
}
.AnyTagClassName
{
color: #371115;
}
</style>
background-color css
<style>
a { background-color: #371115; }
a { background-color: rgb(55,17,21); }
div.DivClassName
{
background-color: #371115;
}
.BgClassName
{
background-color: #371115;
}
</style>
border-color css
<style>
span { border-color: #371115; }
span { border-color: rgb(55,17,21); }
td.TdClassName
{
border-color: #371115;
}
.TagClassName
{
border-color: #371115;
}
</style>