Shades of Rustic Red #310C15
Tints of Rustic Red #310C15
RGB
CMYK
RGB Variations
Color information
#310C15 (or 0x310C15) is known color: Rustic Red. HEX triplet: 31, 0C and 15. RGB value is (49,12,21). Sum of RGB (Red+Green+Blue) = 49+12+21=82 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.76% from 82); Green value is 12 (5.08% from 255 or 14.63% from 82); Blue value is 21 (8.59% from 255 or 25.61% from 82); Max value from RGB is 49 - color contains mainly: red. Hex color #310C15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310C15 is #CEF3EA. Grayscale: #181818. Windows color (decimal): -13562859 or 1379377. OLE color: 1379377.
HSL color Cylindrical-coordinate representation of color #310C15: hue angle of 345.41º 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 #310C15 is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 12 | 21 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.81 |
| HSL | 345.41º | 0.61% | 0.12% | - |
| HSV(B) | 345.41º | 0.76% | 0.19% | - |
| XYZ | 1.53 | 0.97 | 0.82 | - |
| YUV | 24.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 12 | 21 | 0 | 0.76 | 0.57 | 0.81 | 345.41 | 0.61 | 0.12 |
| Hex | 31 | C | 15 | 0 | 4C | 39 | 51 | 159 | 3D | C |
| Octal | 61 | 14 | 25 | 0 | 114 | 71 | 121 | 531 | 75 | 14 |
| Binary | 110001 | 1100 | 10101 | 0 | 1001100 | 111001 | 1010001 | 101011001 | 111101 | 1100 |
Color Harmonies of #310C15
Complementary color
Monochromatic Colors of #310C15
Black with #310C15
Text Example
Text Example
White with #310C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310C15; }
p { color: rgb(49,12,21); }
H1.HeaderClassName
{
color: #310C15;
}
.AnyTagClassName
{
color: #310C15;
}
</style>
background-color css
<style>
a { background-color: #310C15; }
a { background-color: rgb(49,12,21); }
div.DivClassName
{
background-color: #310C15;
}
.BgClassName
{
background-color: #310C15;
}
</style>
border-color css
<style>
span { border-color: #310C15; }
span { border-color: rgb(49,12,21); }
td.TdClassName
{
border-color: #310C15;
}
.TagClassName
{
border-color: #310C15;
}
</style>