Shades of Rustic Red #310512
Tints of Rustic Red #310512
RGB
CMYK
RGB Variations
Color information
#310512 (or 0x310512) is known color: Rustic Red. HEX triplet: 31, 05 and 12. RGB value is (49,5,18). Sum of RGB (Red+Green+Blue) = 49+5+18=72 (9% of max value = 765). Red value is 49 (19.53% from 255 or 68.06% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 18 (7.42% from 255 or 25% from 72); Max value from RGB is 49 - color contains mainly: red. Hex color #310512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310512 is #CEFAED. Grayscale: #131313. Windows color (decimal): -13564654 or 1180977. OLE color: 1180977.
HSL color Cylindrical-coordinate representation of color #310512: hue angle of 342.27º 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 #310512 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 5 | 18 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.81 |
| HSL | 342.27º | 0.81% | 0.11% | - |
| HSV(B) | 342.27º | 0.9% | 0.19% | - |
| XYZ | 1.43 | 0.81 | 0.65 | - |
| YUV | 19.64 | 127.08 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 5 | 18 | 0 | 0.90 | 0.63 | 0.81 | 342.27 | 0.81 | 0.11 |
| Hex | 31 | 5 | 12 | 0 | 5A | 3F | 51 | 156 | 51 | B |
| Octal | 61 | 5 | 22 | 0 | 132 | 77 | 121 | 526 | 121 | 13 |
| Binary | 110001 | 101 | 10010 | 0 | 1011010 | 111111 | 1010001 | 101010110 | 1010001 | 1011 |
Color Harmonies of #310512
Complementary color
Monochromatic Colors of #310512
Black with #310512
Text Example
Text Example
White with #310512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310512; }
p { color: rgb(49,5,18); }
H1.HeaderClassName
{
color: #310512;
}
.AnyTagClassName
{
color: #310512;
}
</style>
background-color css
<style>
a { background-color: #310512; }
a { background-color: rgb(49,5,18); }
div.DivClassName
{
background-color: #310512;
}
.BgClassName
{
background-color: #310512;
}
</style>
border-color css
<style>
span { border-color: #310512; }
span { border-color: rgb(49,5,18); }
td.TdClassName
{
border-color: #310512;
}
.TagClassName
{
border-color: #310512;
}
</style>