Shades of Rustic Red #310D11
Tints of Rustic Red #310D11
RGB
CMYK
RGB Variations
Color information
#310D11 (or 0x310D11) is known color: Rustic Red. HEX triplet: 31, 0D and 11. RGB value is (49,13,17). Sum of RGB (Red+Green+Blue) = 49+13+17=79 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.03% from 79); Green value is 13 (5.47% from 255 or 16.46% from 79); Blue value is 17 (7.03% from 255 or 21.52% from 79); Max value from RGB is 49 - color contains mainly: red. Hex color #310D11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310D11 is #CEF2EE. Grayscale: #181818. Windows color (decimal): -13562607 or 1117489. OLE color: 1117489.
HSL color Cylindrical-coordinate representation of color #310D11: hue angle of 353.33º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #310D11 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 13 | 17 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.81 |
| HSL | 353.33º | 0.58% | 0.12% | - |
| HSV(B) | 353.33º | 0.73% | 0.19% | - |
| XYZ | 1.51 | 0.98 | 0.64 | - |
| YUV | 24.22 | 123.93 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 13 | 17 | 0 | 0.73 | 0.65 | 0.81 | 353.33 | 0.58 | 0.12 |
| Hex | 31 | D | 11 | 0 | 49 | 41 | 51 | 161 | 3A | C |
| Octal | 61 | 15 | 21 | 0 | 111 | 101 | 121 | 541 | 72 | 14 |
| Binary | 110001 | 1101 | 10001 | 0 | 1001001 | 1000001 | 1010001 | 101100001 | 111010 | 1100 |
Color Harmonies of #310D11
Complementary color
Monochromatic Colors of #310D11
Black with #310D11
Text Example
Text Example
White with #310D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310D11; }
p { color: rgb(49,13,17); }
H1.HeaderClassName
{
color: #310D11;
}
.AnyTagClassName
{
color: #310D11;
}
</style>
background-color css
<style>
a { background-color: #310D11; }
a { background-color: rgb(49,13,17); }
div.DivClassName
{
background-color: #310D11;
}
.BgClassName
{
background-color: #310D11;
}
</style>
border-color css
<style>
span { border-color: #310D11; }
span { border-color: rgb(49,13,17); }
td.TdClassName
{
border-color: #310D11;
}
.TagClassName
{
border-color: #310D11;
}
</style>