Shades of Rustic Red #311B1D
Tints of Rustic Red #311B1D
RGB
CMYK
RGB Variations
Color information
#311B1D (or 0x311B1D) is known color: Rustic Red. HEX triplet: 31, 1B and 1D. RGB value is (49,27,29). Sum of RGB (Red+Green+Blue) = 49+27+29=105 (13% of max value = 765). Red value is 49 (19.53% from 255 or 46.67% from 105); Green value is 27 (10.94% from 255 or 25.71% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 49 - color contains mainly: red. Hex color #311B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311B1D is #CEE4E2. Grayscale: #212121. Windows color (decimal): -13559011 or 1907505. OLE color: 1907505.
HSL color Cylindrical-coordinate representation of color #311B1D: hue angle of 354.55º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #311B1D is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 27 | 29 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.81 |
| HSL | 354.55º | 0.29% | 0.15% | - |
| HSV(B) | 354.55º | 0.45% | 0.19% | - |
| XYZ | 1.88 | 1.53 | 1.36 | - |
| YUV | 33.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 27 | 29 | 0 | 0.45 | 0.41 | 0.81 | 354.55 | 0.29 | 0.15 |
| Hex | 31 | 1B | 1D | 0 | 2D | 29 | 51 | 163 | 1D | F |
| Octal | 61 | 33 | 35 | 0 | 55 | 51 | 121 | 543 | 35 | 17 |
| Binary | 110001 | 11011 | 11101 | 0 | 101101 | 101001 | 1010001 | 101100011 | 11101 | 1111 |
Color Harmonies of #311B1D
Complementary color
Monochromatic Colors of #311B1D
Black with #311B1D
Text Example
Text Example
White with #311B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311B1D; }
p { color: rgb(49,27,29); }
H1.HeaderClassName
{
color: #311B1D;
}
.AnyTagClassName
{
color: #311B1D;
}
</style>
background-color css
<style>
a { background-color: #311B1D; }
a { background-color: rgb(49,27,29); }
div.DivClassName
{
background-color: #311B1D;
}
.BgClassName
{
background-color: #311B1D;
}
</style>
border-color css
<style>
span { border-color: #311B1D; }
span { border-color: rgb(49,27,29); }
td.TdClassName
{
border-color: #311B1D;
}
.TagClassName
{
border-color: #311B1D;
}
</style>