Shades of Rustic Red #310510
Tints of Rustic Red #310510
RGB
CMYK
RGB Variations
Color information
#310510 (or 0x310510) is known color: Rustic Red. HEX triplet: 31, 05 and 10. RGB value is (49,5,16). Sum of RGB (Red+Green+Blue) = 49+5+16=70 (9% of max value = 765). Red value is 49 (19.53% from 255 or 70% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 16 (6.64% from 255 or 22.86% from 70); Max value from RGB is 49 - color contains mainly: red. Hex color #310510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310510 is #CEFAEF. Grayscale: #131313. Windows color (decimal): -13564656 or 1049905. OLE color: 1049905.
HSL color Cylindrical-coordinate representation of color #310510: hue angle of 345º 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 #310510 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 5 | 16 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.81 |
| HSL | 345º | 0.81% | 0.11% | - |
| HSV(B) | 345º | 0.9% | 0.19% | - |
| XYZ | 1.41 | 0.8 | 0.57 | - |
| YUV | 19.41 | 126.08 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 5 | 16 | 0 | 0.90 | 0.67 | 0.81 | 345 | 0.81 | 0.11 |
| Hex | 31 | 5 | 10 | 0 | 5A | 43 | 51 | 159 | 51 | B |
| Octal | 61 | 5 | 20 | 0 | 132 | 103 | 121 | 531 | 121 | 13 |
| Binary | 110001 | 101 | 10000 | 0 | 1011010 | 1000011 | 1010001 | 101011001 | 1010001 | 1011 |
Color Harmonies of #310510
Complementary color
Monochromatic Colors of #310510
Black with #310510
Text Example
Text Example
White with #310510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310510; }
p { color: rgb(49,5,16); }
H1.HeaderClassName
{
color: #310510;
}
.AnyTagClassName
{
color: #310510;
}
</style>
background-color css
<style>
a { background-color: #310510; }
a { background-color: rgb(49,5,16); }
div.DivClassName
{
background-color: #310510;
}
.BgClassName
{
background-color: #310510;
}
</style>
border-color css
<style>
span { border-color: #310510; }
span { border-color: rgb(49,5,16); }
td.TdClassName
{
border-color: #310510;
}
.TagClassName
{
border-color: #310510;
}
</style>