Shades of Rustic Red #310511
Tints of Rustic Red #310511
RGB
CMYK
RGB Variations
Color information
#310511 (or 0x310511) is known color: Rustic Red. HEX triplet: 31, 05 and 11. RGB value is (49,5,17). Sum of RGB (Red+Green+Blue) = 49+5+17=71 (9% of max value = 765). Red value is 49 (19.53% from 255 or 69.01% from 71); Green value is 5 (2.34% from 255 or 7.04% from 71); Blue value is 17 (7.03% from 255 or 23.94% from 71); Max value from RGB is 49 - color contains mainly: red. Hex color #310511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310511 is #CEFAEE. Grayscale: #131313. Windows color (decimal): -13564655 or 1115441. OLE color: 1115441.
HSL color Cylindrical-coordinate representation of color #310511: hue angle of 343.64º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #310511 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 5 | 17 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.81 |
| HSL | 343.64º | 0.81% | 0.11% | - |
| HSV(B) | 343.64º | 0.9% | 0.19% | - |
| XYZ | 1.42 | 0.8 | 0.61 | - |
| YUV | 19.52 | 126.58 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 5 | 17 | 0 | 0.90 | 0.65 | 0.81 | 343.64 | 0.81 | 0.11 |
| Hex | 31 | 5 | 11 | 0 | 5A | 41 | 51 | 158 | 51 | B |
| Octal | 61 | 5 | 21 | 0 | 132 | 101 | 121 | 530 | 121 | 13 |
| Binary | 110001 | 101 | 10001 | 0 | 1011010 | 1000001 | 1010001 | 101011000 | 1010001 | 1011 |
Color Harmonies of #310511
Complementary color
Monochromatic Colors of #310511
Black with #310511
Text Example
Text Example
White with #310511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310511; }
p { color: rgb(49,5,17); }
H1.HeaderClassName
{
color: #310511;
}
.AnyTagClassName
{
color: #310511;
}
</style>
background-color css
<style>
a { background-color: #310511; }
a { background-color: rgb(49,5,17); }
div.DivClassName
{
background-color: #310511;
}
.BgClassName
{
background-color: #310511;
}
</style>
border-color css
<style>
span { border-color: #310511; }
span { border-color: rgb(49,5,17); }
td.TdClassName
{
border-color: #310511;
}
.TagClassName
{
border-color: #310511;
}
</style>