Shades of Rustic Red #371217
Tints of Rustic Red #371217
RGB
CMYK
RGB Variations
Color information
#371217 (or 0x371217) is known color: Rustic Red. HEX triplet: 37, 12 and 17. RGB value is (55,18,23). Sum of RGB (Red+Green+Blue) = 55+18+23=96 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.29% from 96); Green value is 18 (7.42% from 255 or 18.75% from 96); Blue value is 23 (9.38% from 255 or 23.96% from 96); Max value from RGB is 55 - color contains mainly: red. Hex color #371217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371217 is #C8EDE8. Grayscale: #1D1D1D. Windows color (decimal): -13168105 or 1511991. OLE color: 1511991.
HSL color Cylindrical-coordinate representation of color #371217: hue angle of 351.89º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #371217 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 18 | 23 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.78 |
| HSL | 351.89º | 0.51% | 0.14% | - |
| HSV(B) | 351.89º | 0.67% | 0.22% | - |
| XYZ | 1.95 | 1.31 | 0.96 | - |
| YUV | 29.63 | 124.26 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 18 | 23 | 0 | 0.67 | 0.58 | 0.78 | 351.89 | 0.51 | 0.14 |
| Hex | 37 | 12 | 17 | 0 | 43 | 3A | 4E | 160 | 33 | E |
| Octal | 67 | 22 | 27 | 0 | 103 | 72 | 116 | 540 | 63 | 16 |
| Binary | 110111 | 10010 | 10111 | 0 | 1000011 | 111010 | 1001110 | 101100000 | 110011 | 1110 |
Color Harmonies of #371217
Complementary color
Monochromatic Colors of #371217
Black with #371217
Text Example
Text Example
White with #371217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371217; }
p { color: rgb(55,18,23); }
H1.HeaderClassName
{
color: #371217;
}
.AnyTagClassName
{
color: #371217;
}
</style>
background-color css
<style>
a { background-color: #371217; }
a { background-color: rgb(55,18,23); }
div.DivClassName
{
background-color: #371217;
}
.BgClassName
{
background-color: #371217;
}
</style>
border-color css
<style>
span { border-color: #371217; }
span { border-color: rgb(55,18,23); }
td.TdClassName
{
border-color: #371217;
}
.TagClassName
{
border-color: #371217;
}
</style>