Shades of Rustic Red #310E13
Tints of Rustic Red #310E13
RGB
CMYK
RGB Variations
Color information
#310E13 (or 0x310E13) is known color: Rustic Red. HEX triplet: 31, 0E and 13. RGB value is (49,14,19). Sum of RGB (Red+Green+Blue) = 49+14+19=82 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.76% from 82); Green value is 14 (5.86% from 255 or 17.07% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 49 - color contains mainly: red. Hex color #310E13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310E13 is #CEF1EC. Grayscale: #191919. Windows color (decimal): -13562349 or 1248817. OLE color: 1248817.
HSL color Cylindrical-coordinate representation of color #310E13: hue angle of 351.43º 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 #310E13 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 14 | 19 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.81 |
| HSL | 351.43º | 0.56% | 0.12% | - |
| HSV(B) | 351.43º | 0.71% | 0.19% | - |
| XYZ | 1.54 | 1.01 | 0.73 | - |
| YUV | 25.04 | 124.6 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 19 | 0 | 0.71 | 0.61 | 0.81 | 351.43 | 0.56 | 0.12 |
| Hex | 31 | E | 13 | 0 | 47 | 3D | 51 | 15F | 38 | C |
| Octal | 61 | 16 | 23 | 0 | 107 | 75 | 121 | 537 | 70 | 14 |
| Binary | 110001 | 1110 | 10011 | 0 | 1000111 | 111101 | 1010001 | 101011111 | 111000 | 1100 |
Color Harmonies of #310E13
Complementary color
Monochromatic Colors of #310E13
Black with #310E13
Text Example
Text Example
White with #310E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310E13; }
p { color: rgb(49,14,19); }
H1.HeaderClassName
{
color: #310E13;
}
.AnyTagClassName
{
color: #310E13;
}
</style>
background-color css
<style>
a { background-color: #310E13; }
a { background-color: rgb(49,14,19); }
div.DivClassName
{
background-color: #310E13;
}
.BgClassName
{
background-color: #310E13;
}
</style>
border-color css
<style>
span { border-color: #310E13; }
span { border-color: rgb(49,14,19); }
td.TdClassName
{
border-color: #310E13;
}
.TagClassName
{
border-color: #310E13;
}
</style>