Shades of Rustic Red #310C16
Tints of Rustic Red #310C16
RGB
CMYK
RGB Variations
Color information
#310C16 (or 0x310C16) is known color: Rustic Red. HEX triplet: 31, 0C and 16. RGB value is (49,12,22). Sum of RGB (Red+Green+Blue) = 49+12+22=83 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.04% from 83); Green value is 12 (5.08% from 255 or 14.46% from 83); Blue value is 22 (8.98% from 255 or 26.51% from 83); Max value from RGB is 49 - color contains mainly: red. Hex color #310C16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310C16 is #CEF3E9. Grayscale: #181818. Windows color (decimal): -13562858 or 1444913. OLE color: 1444913.
HSL color Cylindrical-coordinate representation of color #310C16: hue angle of 343.78º 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 #310C16 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 12 | 22 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.81 |
| HSL | 343.78º | 0.61% | 0.12% | - |
| HSV(B) | 343.78º | 0.76% | 0.19% | - |
| XYZ | 1.54 | 0.97 | 0.87 | - |
| YUV | 24.2 | 126.76 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 12 | 22 | 0 | 0.76 | 0.55 | 0.81 | 343.78 | 0.61 | 0.12 |
| Hex | 31 | C | 16 | 0 | 4C | 37 | 51 | 158 | 3D | C |
| Octal | 61 | 14 | 26 | 0 | 114 | 67 | 121 | 530 | 75 | 14 |
| Binary | 110001 | 1100 | 10110 | 0 | 1001100 | 110111 | 1010001 | 101011000 | 111101 | 1100 |
Color Harmonies of #310C16
Complementary color
Monochromatic Colors of #310C16
Black with #310C16
Text Example
Text Example
White with #310C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310C16; }
p { color: rgb(49,12,22); }
H1.HeaderClassName
{
color: #310C16;
}
.AnyTagClassName
{
color: #310C16;
}
</style>
background-color css
<style>
a { background-color: #310C16; }
a { background-color: rgb(49,12,22); }
div.DivClassName
{
background-color: #310C16;
}
.BgClassName
{
background-color: #310C16;
}
</style>
border-color css
<style>
span { border-color: #310C16; }
span { border-color: rgb(49,12,22); }
td.TdClassName
{
border-color: #310C16;
}
.TagClassName
{
border-color: #310C16;
}
</style>