Shades of Rustic Red #310E11
Tints of Rustic Red #310E11
RGB
CMYK
RGB Variations
Color information
#310E11 (or 0x310E11) is known color: Rustic Red. HEX triplet: 31, 0E and 11. RGB value is (49,14,17). Sum of RGB (Red+Green+Blue) = 49+14+17=80 (10% of max value = 765). Red value is 49 (19.53% from 255 or 61.25% from 80); Green value is 14 (5.86% from 255 or 17.5% from 80); Blue value is 17 (7.03% from 255 or 21.25% from 80); Max value from RGB is 49 - color contains mainly: red. Hex color #310E11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310E11 is #CEF1EE. Grayscale: #181818. Windows color (decimal): -13562351 or 1117745. OLE color: 1117745.
HSL color Cylindrical-coordinate representation of color #310E11: hue angle of 354.86º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #310E11 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 14 | 17 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.81 |
| HSL | 354.86º | 0.56% | 0.12% | - |
| HSV(B) | 354.86º | 0.71% | 0.19% | - |
| XYZ | 1.52 | 1.01 | 0.64 | - |
| YUV | 24.81 | 123.6 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 17 | 0 | 0.71 | 0.65 | 0.81 | 354.86 | 0.56 | 0.12 |
| Hex | 31 | E | 11 | 0 | 47 | 41 | 51 | 163 | 38 | C |
| Octal | 61 | 16 | 21 | 0 | 107 | 101 | 121 | 543 | 70 | 14 |
| Binary | 110001 | 1110 | 10001 | 0 | 1000111 | 1000001 | 1010001 | 101100011 | 111000 | 1100 |
Color Harmonies of #310E11
Complementary color
Monochromatic Colors of #310E11
Black with #310E11
Text Example
Text Example
White with #310E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310E11; }
p { color: rgb(49,14,17); }
H1.HeaderClassName
{
color: #310E11;
}
.AnyTagClassName
{
color: #310E11;
}
</style>
background-color css
<style>
a { background-color: #310E11; }
a { background-color: rgb(49,14,17); }
div.DivClassName
{
background-color: #310E11;
}
.BgClassName
{
background-color: #310E11;
}
</style>
border-color css
<style>
span { border-color: #310E11; }
span { border-color: rgb(49,14,17); }
td.TdClassName
{
border-color: #310E11;
}
.TagClassName
{
border-color: #310E11;
}
</style>