Shades of Rustic Red #310509
Tints of Rustic Red #310509
RGB
CMYK
RGB Variations
Color information
#310509 (or 0x310509) is known color: Rustic Red. HEX triplet: 31, 05 and 09. RGB value is (49,5,9). Sum of RGB (Red+Green+Blue) = 49+5+9=63 (8% of max value = 765). Red value is 49 (19.53% from 255 or 77.78% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 9 (3.91% from 255 or 14.29% from 63); Max value from RGB is 49 - color contains mainly: red. Hex color #310509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310509 is #CEFAF6. Grayscale: #121212. Windows color (decimal): -13564663 or 591153. OLE color: 591153.
HSL color Cylindrical-coordinate representation of color #310509: hue angle of 354.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 #310509 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 5 | 9 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.81 |
| HSL | 354.55º | 0.81% | 0.11% | - |
| HSV(B) | 354.55º | 0.9% | 0.19% | - |
| XYZ | 1.37 | 0.78 | 0.34 | - |
| YUV | 18.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 5 | 9 | 0 | 0.90 | 0.82 | 0.81 | 354.55 | 0.81 | 0.11 |
| Hex | 31 | 5 | 9 | 0 | 5A | 52 | 51 | 163 | 51 | B |
| Octal | 61 | 5 | 11 | 0 | 132 | 122 | 121 | 543 | 121 | 13 |
| Binary | 110001 | 101 | 1001 | 0 | 1011010 | 1010010 | 1010001 | 101100011 | 1010001 | 1011 |
Color Harmonies of #310509
Complementary color
Monochromatic Colors of #310509
Black with #310509
Text Example
Text Example
White with #310509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310509; }
p { color: rgb(49,5,9); }
H1.HeaderClassName
{
color: #310509;
}
.AnyTagClassName
{
color: #310509;
}
</style>
background-color css
<style>
a { background-color: #310509; }
a { background-color: rgb(49,5,9); }
div.DivClassName
{
background-color: #310509;
}
.BgClassName
{
background-color: #310509;
}
</style>
border-color css
<style>
span { border-color: #310509; }
span { border-color: rgb(49,5,9); }
td.TdClassName
{
border-color: #310509;
}
.TagClassName
{
border-color: #310509;
}
</style>