Shades of Rustic Red #311113
Tints of Rustic Red #311113
RGB
CMYK
RGB Variations
Color information
#311113 (or 0x311113) is known color: Rustic Red. HEX triplet: 31, 11 and 13. RGB value is (49,17,19). Sum of RGB (Red+Green+Blue) = 49+17+19=85 (11% of max value = 765). Red value is 49 (19.53% from 255 or 57.65% from 85); Green value is 17 (7.03% from 255 or 20% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 49 - color contains mainly: red. Hex color #311113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311113 is #CEEEEC. Grayscale: #1A1A1A. Windows color (decimal): -13561581 or 1249585. OLE color: 1249585.
HSL color Cylindrical-coordinate representation of color #311113: hue angle of 356.25º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #311113 is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 17 | 19 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.81 |
| HSL | 356.25º | 0.48% | 0.13% | - |
| HSV(B) | 356.25º | 0.65% | 0.19% | - |
| XYZ | 1.58 | 1.1 | 0.75 | - |
| YUV | 26.8 | 123.6 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 17 | 19 | 0 | 0.65 | 0.61 | 0.81 | 356.25 | 0.48 | 0.13 |
| Hex | 31 | 11 | 13 | 0 | 41 | 3D | 51 | 164 | 30 | D |
| Octal | 61 | 21 | 23 | 0 | 101 | 75 | 121 | 544 | 60 | 15 |
| Binary | 110001 | 10001 | 10011 | 0 | 1000001 | 111101 | 1010001 | 101100100 | 110000 | 1101 |
Color Harmonies of #311113
Complementary color
Monochromatic Colors of #311113
Black with #311113
Text Example
Text Example
White with #311113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311113; }
p { color: rgb(49,17,19); }
H1.HeaderClassName
{
color: #311113;
}
.AnyTagClassName
{
color: #311113;
}
</style>
background-color css
<style>
a { background-color: #311113; }
a { background-color: rgb(49,17,19); }
div.DivClassName
{
background-color: #311113;
}
.BgClassName
{
background-color: #311113;
}
</style>
border-color css
<style>
span { border-color: #311113; }
span { border-color: rgb(49,17,19); }
td.TdClassName
{
border-color: #311113;
}
.TagClassName
{
border-color: #311113;
}
</style>