Shades of Rustic Red #310C13
Tints of Rustic Red #310C13
RGB
CMYK
RGB Variations
Color information
#310C13 (or 0x310C13) is known color: Rustic Red. HEX triplet: 31, 0C and 13. RGB value is (49,12,19). Sum of RGB (Red+Green+Blue) = 49+12+19=80 (10% of max value = 765). Red value is 49 (19.53% from 255 or 61.25% from 80); Green value is 12 (5.08% from 255 or 15% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 49 - color contains mainly: red. Hex color #310C13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310C13 is #CEF3EC. Grayscale: #171717. Windows color (decimal): -13562861 or 1248305. OLE color: 1248305.
HSL color Cylindrical-coordinate representation of color #310C13: hue angle of 348.65º 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 #310C13 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 12 | 19 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.81 |
| HSL | 348.65º | 0.61% | 0.12% | - |
| HSV(B) | 348.65º | 0.76% | 0.19% | - |
| XYZ | 1.52 | 0.96 | 0.72 | - |
| YUV | 23.86 | 125.26 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 12 | 19 | 0 | 0.76 | 0.61 | 0.81 | 348.65 | 0.61 | 0.12 |
| Hex | 31 | C | 13 | 0 | 4C | 3D | 51 | 15D | 3D | C |
| Octal | 61 | 14 | 23 | 0 | 114 | 75 | 121 | 535 | 75 | 14 |
| Binary | 110001 | 1100 | 10011 | 0 | 1001100 | 111101 | 1010001 | 101011101 | 111101 | 1100 |
Color Harmonies of #310C13
Complementary color
Monochromatic Colors of #310C13
Black with #310C13
Text Example
Text Example
White with #310C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310C13; }
p { color: rgb(49,12,19); }
H1.HeaderClassName
{
color: #310C13;
}
.AnyTagClassName
{
color: #310C13;
}
</style>
background-color css
<style>
a { background-color: #310C13; }
a { background-color: rgb(49,12,19); }
div.DivClassName
{
background-color: #310C13;
}
.BgClassName
{
background-color: #310C13;
}
</style>
border-color css
<style>
span { border-color: #310C13; }
span { border-color: rgb(49,12,19); }
td.TdClassName
{
border-color: #310C13;
}
.TagClassName
{
border-color: #310C13;
}
</style>