Shades of Rustic Red #311013
Tints of Rustic Red #311013
RGB
CMYK
RGB Variations
Color information
#311013 (or 0x311013) is known color: Rustic Red. HEX triplet: 31, 10 and 13. RGB value is (49,16,19). Sum of RGB (Red+Green+Blue) = 49+16+19=84 (11% of max value = 765). Red value is 49 (19.53% from 255 or 58.33% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 49 - color contains mainly: red. Hex color #311013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311013 is #CEEFEC. Grayscale: #1A1A1A. Windows color (decimal): -13561837 or 1249329. OLE color: 1249329.
HSL color Cylindrical-coordinate representation of color #311013: hue angle of 354.55º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #311013 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 16 | 19 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.81 |
| HSL | 354.55º | 0.51% | 0.13% | - |
| HSV(B) | 354.55º | 0.67% | 0.19% | - |
| XYZ | 1.57 | 1.07 | 0.74 | - |
| YUV | 26.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 16 | 19 | 0 | 0.67 | 0.61 | 0.81 | 354.55 | 0.51 | 0.13 |
| Hex | 31 | 10 | 13 | 0 | 43 | 3D | 51 | 163 | 33 | D |
| Octal | 61 | 20 | 23 | 0 | 103 | 75 | 121 | 543 | 63 | 15 |
| Binary | 110001 | 10000 | 10011 | 0 | 1000011 | 111101 | 1010001 | 101100011 | 110011 | 1101 |
Color Harmonies of #311013
Complementary color
Monochromatic Colors of #311013
Black with #311013
Text Example
Text Example
White with #311013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311013; }
p { color: rgb(49,16,19); }
H1.HeaderClassName
{
color: #311013;
}
.AnyTagClassName
{
color: #311013;
}
</style>
background-color css
<style>
a { background-color: #311013; }
a { background-color: rgb(49,16,19); }
div.DivClassName
{
background-color: #311013;
}
.BgClassName
{
background-color: #311013;
}
</style>
border-color css
<style>
span { border-color: #311013; }
span { border-color: rgb(49,16,19); }
td.TdClassName
{
border-color: #311013;
}
.TagClassName
{
border-color: #311013;
}
</style>