Shades of Rustic Red #310514
Tints of Rustic Red #310514
RGB
CMYK
RGB Variations
Color information
#310514 (or 0x310514) is known color: Rustic Red. HEX triplet: 31, 05 and 14. RGB value is (49,5,20). Sum of RGB (Red+Green+Blue) = 49+5+20=74 (9% of max value = 765). Red value is 49 (19.53% from 255 or 66.22% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 20 (8.20% from 255 or 27.03% from 74); Max value from RGB is 49 - color contains mainly: red. Hex color #310514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310514 is #CEFAEB. Grayscale: #131313. Windows color (decimal): -13564652 or 1312049. OLE color: 1312049.
HSL color Cylindrical-coordinate representation of color #310514: hue angle of 339.55º 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 #310514 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 5 | 20 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.81 |
| HSL | 339.55º | 0.81% | 0.11% | - |
| HSV(B) | 339.55º | 0.9% | 0.19% | - |
| XYZ | 1.45 | 0.81 | 0.74 | - |
| YUV | 19.87 | 128.08 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 5 | 20 | 0 | 0.90 | 0.59 | 0.81 | 339.55 | 0.81 | 0.11 |
| Hex | 31 | 5 | 14 | 0 | 5A | 3B | 51 | 154 | 51 | B |
| Octal | 61 | 5 | 24 | 0 | 132 | 73 | 121 | 524 | 121 | 13 |
| Binary | 110001 | 101 | 10100 | 0 | 1011010 | 111011 | 1010001 | 101010100 | 1010001 | 1011 |
Color Harmonies of #310514
Complementary color
Monochromatic Colors of #310514
Black with #310514
Text Example
Text Example
White with #310514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310514; }
p { color: rgb(49,5,20); }
H1.HeaderClassName
{
color: #310514;
}
.AnyTagClassName
{
color: #310514;
}
</style>
background-color css
<style>
a { background-color: #310514; }
a { background-color: rgb(49,5,20); }
div.DivClassName
{
background-color: #310514;
}
.BgClassName
{
background-color: #310514;
}
</style>
border-color css
<style>
span { border-color: #310514; }
span { border-color: rgb(49,5,20); }
td.TdClassName
{
border-color: #310514;
}
.TagClassName
{
border-color: #310514;
}
</style>