Shades of Rustic Red #310E16
Tints of Rustic Red #310E16
RGB
CMYK
RGB Variations
Color information
#310E16 (or 0x310E16) is known color: Rustic Red. HEX triplet: 31, 0E and 16. RGB value is (49,14,22). Sum of RGB (Red+Green+Blue) = 49+14+22=85 (11% of max value = 765). Red value is 49 (19.53% from 255 or 57.65% from 85); Green value is 14 (5.86% from 255 or 16.47% from 85); Blue value is 22 (8.98% from 255 or 25.88% from 85); Max value from RGB is 49 - color contains mainly: red. Hex color #310E16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310E16 is #CEF1E9. Grayscale: #191919. Windows color (decimal): -13562346 or 1445425. OLE color: 1445425.
HSL color Cylindrical-coordinate representation of color #310E16: hue angle of 346.29º 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 #310E16 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 14 | 22 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.81 |
| HSL | 346.29º | 0.56% | 0.12% | - |
| HSV(B) | 346.29º | 0.71% | 0.19% | - |
| XYZ | 1.57 | 1.02 | 0.87 | - |
| YUV | 25.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 22 | 0 | 0.71 | 0.55 | 0.81 | 346.29 | 0.56 | 0.12 |
| Hex | 31 | E | 16 | 0 | 47 | 37 | 51 | 15A | 38 | C |
| Octal | 61 | 16 | 26 | 0 | 107 | 67 | 121 | 532 | 70 | 14 |
| Binary | 110001 | 1110 | 10110 | 0 | 1000111 | 110111 | 1010001 | 101011010 | 111000 | 1100 |
Color Harmonies of #310E16
Complementary color
Monochromatic Colors of #310E16
Black with #310E16
Text Example
Text Example
White with #310E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310E16; }
p { color: rgb(49,14,22); }
H1.HeaderClassName
{
color: #310E16;
}
.AnyTagClassName
{
color: #310E16;
}
</style>
background-color css
<style>
a { background-color: #310E16; }
a { background-color: rgb(49,14,22); }
div.DivClassName
{
background-color: #310E16;
}
.BgClassName
{
background-color: #310E16;
}
</style>
border-color css
<style>
span { border-color: #310E16; }
span { border-color: rgb(49,14,22); }
td.TdClassName
{
border-color: #310E16;
}
.TagClassName
{
border-color: #310E16;
}
</style>