Shades of Rustic Red #371B1C
Tints of Rustic Red #371B1C
RGB
CMYK
RGB Variations
Color information
#371B1C (or 0x371B1C) is known color: Rustic Red. HEX triplet: 37, 1B and 1C. RGB value is (55,27,28). Sum of RGB (Red+Green+Blue) = 55+27+28=110 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 55 - color contains mainly: red. Hex color #371B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371B1C is #C8E4E3. Grayscale: #232323. Windows color (decimal): -13165796 or 1841975. OLE color: 1841975.
HSL color Cylindrical-coordinate representation of color #371B1C: hue angle of 357.86º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #371B1C is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 27 | 28 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.78 |
| HSL | 357.86º | 0.34% | 0.16% | - |
| HSV(B) | 357.86º | 0.51% | 0.22% | - |
| XYZ | 2.18 | 1.68 | 1.31 | - |
| YUV | 35.49 | 123.78 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 27 | 28 | 0 | 0.51 | 0.49 | 0.78 | 357.86 | 0.34 | 0.16 |
| Hex | 37 | 1B | 1C | 0 | 33 | 31 | 4E | 166 | 22 | 10 |
| Octal | 67 | 33 | 34 | 0 | 63 | 61 | 116 | 546 | 42 | 20 |
| Binary | 110111 | 11011 | 11100 | 0 | 110011 | 110001 | 1001110 | 101100110 | 100010 | 10000 |
Color Harmonies of #371B1C
Complementary color
Monochromatic Colors of #371B1C
Black with #371B1C
Text Example
Text Example
White with #371B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371B1C; }
p { color: rgb(55,27,28); }
H1.HeaderClassName
{
color: #371B1C;
}
.AnyTagClassName
{
color: #371B1C;
}
</style>
background-color css
<style>
a { background-color: #371B1C; }
a { background-color: rgb(55,27,28); }
div.DivClassName
{
background-color: #371B1C;
}
.BgClassName
{
background-color: #371B1C;
}
</style>
border-color css
<style>
span { border-color: #371B1C; }
span { border-color: rgb(55,27,28); }
td.TdClassName
{
border-color: #371B1C;
}
.TagClassName
{
border-color: #371B1C;
}
</style>