Shades of Rustic Red #371A1B
Tints of Rustic Red #371A1B
RGB
CMYK
RGB Variations
Color information
#371A1B (or 0x371A1B) is known color: Rustic Red. HEX triplet: 37, 1A and 1B. RGB value is (55,26,27). Sum of RGB (Red+Green+Blue) = 55+26+27=108 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.93% from 108); Green value is 26 (10.55% from 255 or 24.07% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 55 - color contains mainly: red. Hex color #371A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371A1B is #C8E5E4. Grayscale: #222222. Windows color (decimal): -13166053 or 1776183. OLE color: 1776183.
HSL color Cylindrical-coordinate representation of color #371A1B: hue angle of 357.93º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #371A1B is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 26 | 27 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.78 |
| HSL | 357.93º | 0.36% | 0.16% | - |
| HSV(B) | 357.93º | 0.53% | 0.22% | - |
| XYZ | 2.14 | 1.63 | 1.24 | - |
| YUV | 34.79 | 123.61 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 26 | 27 | 0 | 0.53 | 0.51 | 0.78 | 357.93 | 0.36 | 0.16 |
| Hex | 37 | 1A | 1B | 0 | 35 | 33 | 4E | 166 | 24 | 10 |
| Octal | 67 | 32 | 33 | 0 | 65 | 63 | 116 | 546 | 44 | 20 |
| Binary | 110111 | 11010 | 11011 | 0 | 110101 | 110011 | 1001110 | 101100110 | 100100 | 10000 |
Color Harmonies of #371A1B
Complementary color
Monochromatic Colors of #371A1B
Black with #371A1B
Text Example
Text Example
White with #371A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371A1B; }
p { color: rgb(55,26,27); }
H1.HeaderClassName
{
color: #371A1B;
}
.AnyTagClassName
{
color: #371A1B;
}
</style>
background-color css
<style>
a { background-color: #371A1B; }
a { background-color: rgb(55,26,27); }
div.DivClassName
{
background-color: #371A1B;
}
.BgClassName
{
background-color: #371A1B;
}
</style>
border-color css
<style>
span { border-color: #371A1B; }
span { border-color: rgb(55,26,27); }
td.TdClassName
{
border-color: #371A1B;
}
.TagClassName
{
border-color: #371A1B;
}
</style>