Shades of Rustic Red #311015
Tints of Rustic Red #311015
RGB
CMYK
RGB Variations
Color information
#311015 (or 0x311015) is known color: Rustic Red. HEX triplet: 31, 10 and 15. RGB value is (49,16,21). Sum of RGB (Red+Green+Blue) = 49+16+21=86 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.98% from 86); Green value is 16 (6.64% from 255 or 18.60% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 49 - color contains mainly: red. Hex color #311015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311015 is #CEEFEA. Grayscale: #1A1A1A. Windows color (decimal): -13561835 or 1380401. OLE color: 1380401.
HSL color Cylindrical-coordinate representation of color #311015: hue angle of 350.91º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #311015 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 16 | 21 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.81 |
| HSL | 350.91º | 0.51% | 0.13% | - |
| HSV(B) | 350.91º | 0.67% | 0.19% | - |
| XYZ | 1.59 | 1.08 | 0.83 | - |
| YUV | 26.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 16 | 21 | 0 | 0.67 | 0.57 | 0.81 | 350.91 | 0.51 | 0.13 |
| Hex | 31 | 10 | 15 | 0 | 43 | 39 | 51 | 15F | 33 | D |
| Octal | 61 | 20 | 25 | 0 | 103 | 71 | 121 | 537 | 63 | 15 |
| Binary | 110001 | 10000 | 10101 | 0 | 1000011 | 111001 | 1010001 | 101011111 | 110011 | 1101 |
Color Harmonies of #311015
Complementary color
Monochromatic Colors of #311015
Black with #311015
Text Example
Text Example
White with #311015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311015; }
p { color: rgb(49,16,21); }
H1.HeaderClassName
{
color: #311015;
}
.AnyTagClassName
{
color: #311015;
}
</style>
background-color css
<style>
a { background-color: #311015; }
a { background-color: rgb(49,16,21); }
div.DivClassName
{
background-color: #311015;
}
.BgClassName
{
background-color: #311015;
}
</style>
border-color css
<style>
span { border-color: #311015; }
span { border-color: rgb(49,16,21); }
td.TdClassName
{
border-color: #311015;
}
.TagClassName
{
border-color: #311015;
}
</style>