Shades of Rustic Red #310D18
Tints of Rustic Red #310D18
RGB
CMYK
RGB Variations
Color information
#310D18 (or 0x310D18) is known color: Rustic Red. HEX triplet: 31, 0D and 18. RGB value is (49,13,24). Sum of RGB (Red+Green+Blue) = 49+13+24=86 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.98% from 86); Green value is 13 (5.47% from 255 or 15.12% from 86); Blue value is 24 (9.77% from 255 or 27.91% from 86); Max value from RGB is 49 - color contains mainly: red. Hex color #310D18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310D18 is #CEF2E7. Grayscale: #191919. Windows color (decimal): -13562600 or 1576241. OLE color: 1576241.
HSL color Cylindrical-coordinate representation of color #310D18: hue angle of 341.67º 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 #310D18 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 13 | 24 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.81 |
| HSL | 341.67º | 0.58% | 0.12% | - |
| HSV(B) | 341.67º | 0.73% | 0.19% | - |
| XYZ | 1.58 | 1.01 | 0.98 | - |
| YUV | 25.02 | 127.43 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 13 | 24 | 0 | 0.73 | 0.51 | 0.81 | 341.67 | 0.58 | 0.12 |
| Hex | 31 | D | 18 | 0 | 49 | 33 | 51 | 156 | 3A | C |
| Octal | 61 | 15 | 30 | 0 | 111 | 63 | 121 | 526 | 72 | 14 |
| Binary | 110001 | 1101 | 11000 | 0 | 1001001 | 110011 | 1010001 | 101010110 | 111010 | 1100 |
Color Harmonies of #310D18
Complementary color
Monochromatic Colors of #310D18
Black with #310D18
Text Example
Text Example
White with #310D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310D18; }
p { color: rgb(49,13,24); }
H1.HeaderClassName
{
color: #310D18;
}
.AnyTagClassName
{
color: #310D18;
}
</style>
background-color css
<style>
a { background-color: #310D18; }
a { background-color: rgb(49,13,24); }
div.DivClassName
{
background-color: #310D18;
}
.BgClassName
{
background-color: #310D18;
}
</style>
border-color css
<style>
span { border-color: #310D18; }
span { border-color: rgb(49,13,24); }
td.TdClassName
{
border-color: #310D18;
}
.TagClassName
{
border-color: #310D18;
}
</style>