Shades of Rustic Red #31141B
Tints of Rustic Red #31141B
RGB
CMYK
RGB Variations
Color information
#31141B (or 0x31141B) is known color: Rustic Red. HEX triplet: 31, 14 and 1B. RGB value is (49,20,27). Sum of RGB (Red+Green+Blue) = 49+20+27=96 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.04% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 49 - color contains mainly: red. Hex color #31141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31141B is #CEEBE4. Grayscale: #1D1D1D. Windows color (decimal): -13560805 or 1774641. OLE color: 1774641.
HSL color Cylindrical-coordinate representation of color #31141B: hue angle of 345.52º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #31141B is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 20 | 27 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.81 |
| HSL | 345.52º | 0.42% | 0.14% | - |
| HSV(B) | 345.52º | 0.59% | 0.19% | - |
| XYZ | 1.71 | 1.23 | 1.18 | - |
| YUV | 29.47 | 126.61 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 20 | 27 | 0 | 0.59 | 0.45 | 0.81 | 345.52 | 0.42 | 0.14 |
| Hex | 31 | 14 | 1B | 0 | 3B | 2D | 51 | 15A | 2A | E |
| Octal | 61 | 24 | 33 | 0 | 73 | 55 | 121 | 532 | 52 | 16 |
| Binary | 110001 | 10100 | 11011 | 0 | 111011 | 101101 | 1010001 | 101011010 | 101010 | 1110 |
Color Harmonies of #31141B
Complementary color
Monochromatic Colors of #31141B
Black with #31141B
Text Example
Text Example
White with #31141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31141B; }
p { color: rgb(49,20,27); }
H1.HeaderClassName
{
color: #31141B;
}
.AnyTagClassName
{
color: #31141B;
}
</style>
background-color css
<style>
a { background-color: #31141B; }
a { background-color: rgb(49,20,27); }
div.DivClassName
{
background-color: #31141B;
}
.BgClassName
{
background-color: #31141B;
}
</style>
border-color css
<style>
span { border-color: #31141B; }
span { border-color: rgb(49,20,27); }
td.TdClassName
{
border-color: #31141B;
}
.TagClassName
{
border-color: #31141B;
}
</style>