Shades of Rustic Red #310D10
Tints of Rustic Red #310D10
RGB
CMYK
RGB Variations
Color information
#310D10 (or 0x310D10) is known color: Rustic Red. HEX triplet: 31, 0D and 10. RGB value is (49,13,16). Sum of RGB (Red+Green+Blue) = 49+13+16=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 13 (5.47% from 255 or 16.67% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #310D10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310D10 is #CEF2EF. Grayscale: #181818. Windows color (decimal): -13562608 or 1051953. OLE color: 1051953.
HSL color Cylindrical-coordinate representation of color #310D10: hue angle of 355º 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 #310D10 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 13 | 16 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.81 |
| HSL | 355º | 0.58% | 0.12% | - |
| HSV(B) | 355º | 0.73% | 0.19% | - |
| XYZ | 1.5 | 0.98 | 0.6 | - |
| YUV | 24.11 | 123.43 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 13 | 16 | 0 | 0.73 | 0.67 | 0.81 | 355 | 0.58 | 0.12 |
| Hex | 31 | D | 10 | 0 | 49 | 43 | 51 | 163 | 3A | C |
| Octal | 61 | 15 | 20 | 0 | 111 | 103 | 121 | 543 | 72 | 14 |
| Binary | 110001 | 1101 | 10000 | 0 | 1001001 | 1000011 | 1010001 | 101100011 | 111010 | 1100 |
Color Harmonies of #310D10
Complementary color
Monochromatic Colors of #310D10
Black with #310D10
Text Example
Text Example
White with #310D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310D10; }
p { color: rgb(49,13,16); }
H1.HeaderClassName
{
color: #310D10;
}
.AnyTagClassName
{
color: #310D10;
}
</style>
background-color css
<style>
a { background-color: #310D10; }
a { background-color: rgb(49,13,16); }
div.DivClassName
{
background-color: #310D10;
}
.BgClassName
{
background-color: #310D10;
}
</style>
border-color css
<style>
span { border-color: #310D10; }
span { border-color: rgb(49,13,16); }
td.TdClassName
{
border-color: #310D10;
}
.TagClassName
{
border-color: #310D10;
}
</style>