Shades of Rustic Red #310C11
Tints of Rustic Red #310C11
RGB
CMYK
RGB Variations
Color information
#310C11 (or 0x310C11) is known color: Rustic Red. HEX triplet: 31, 0C and 11. RGB value is (49,12,17). Sum of RGB (Red+Green+Blue) = 49+12+17=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 12 (5.08% from 255 or 15.38% from 78); Blue value is 17 (7.03% from 255 or 21.79% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #310C11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310C11 is #CEF3EE. Grayscale: #171717. Windows color (decimal): -13562863 or 1117233. OLE color: 1117233.
HSL color Cylindrical-coordinate representation of color #310C11: hue angle of 351.89º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #310C11 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 12 | 17 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.81 |
| HSL | 351.89º | 0.61% | 0.12% | - |
| HSV(B) | 351.89º | 0.76% | 0.19% | - |
| XYZ | 1.5 | 0.96 | 0.64 | - |
| YUV | 23.63 | 124.26 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 12 | 17 | 0 | 0.76 | 0.65 | 0.81 | 351.89 | 0.61 | 0.12 |
| Hex | 31 | C | 11 | 0 | 4C | 41 | 51 | 160 | 3D | C |
| Octal | 61 | 14 | 21 | 0 | 114 | 101 | 121 | 540 | 75 | 14 |
| Binary | 110001 | 1100 | 10001 | 0 | 1001100 | 1000001 | 1010001 | 101100000 | 111101 | 1100 |
Color Harmonies of #310C11
Complementary color
Monochromatic Colors of #310C11
Black with #310C11
Text Example
Text Example
White with #310C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310C11; }
p { color: rgb(49,12,17); }
H1.HeaderClassName
{
color: #310C11;
}
.AnyTagClassName
{
color: #310C11;
}
</style>
background-color css
<style>
a { background-color: #310C11; }
a { background-color: rgb(49,12,17); }
div.DivClassName
{
background-color: #310C11;
}
.BgClassName
{
background-color: #310C11;
}
</style>
border-color css
<style>
span { border-color: #310C11; }
span { border-color: rgb(49,12,17); }
td.TdClassName
{
border-color: #310C11;
}
.TagClassName
{
border-color: #310C11;
}
</style>