Shades of Rustic Red #310210
Tints of Rustic Red #310210
RGB
CMYK
RGB Variations
Color information
#310210 (or 0x310210) is known color: Rustic Red. HEX triplet: 31, 02 and 10. RGB value is (49,2,16). Sum of RGB (Red+Green+Blue) = 49+2+16=67 (8% of max value = 765). Red value is 49 (19.53% from 255 or 73.13% from 67); Green value is 2 (1.17% from 255 or 2.99% from 67); Blue value is 16 (6.64% from 255 or 23.88% from 67); Max value from RGB is 49 - color contains mainly: red. Hex color #310210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310210 is #CEFDEF. Grayscale: #111111. Windows color (decimal): -13565424 or 1049137. OLE color: 1049137.
HSL color Cylindrical-coordinate representation of color #310210: hue angle of 342.13º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #310210 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 2 | 16 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.81 |
| HSL | 342.13º | 0.92% | 0.1% | - |
| HSV(B) | 342.13º | 0.96% | 0.19% | - |
| XYZ | 1.38 | 0.73 | 0.56 | - |
| YUV | 17.65 | 127.07 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 2 | 16 | 0 | 0.96 | 0.67 | 0.81 | 342.13 | 0.92 | 0.1 |
| Hex | 31 | 2 | 10 | 0 | 60 | 43 | 51 | 156 | 5C | A |
| Octal | 61 | 2 | 20 | 0 | 140 | 103 | 121 | 526 | 134 | 12 |
| Binary | 110001 | 10 | 10000 | 0 | 1100000 | 1000011 | 1010001 | 101010110 | 1011100 | 1010 |
Color Harmonies of #310210
Complementary color
Monochromatic Colors of #310210
Black with #310210
Text Example
Text Example
White with #310210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310210; }
p { color: rgb(49,2,16); }
H1.HeaderClassName
{
color: #310210;
}
.AnyTagClassName
{
color: #310210;
}
</style>
background-color css
<style>
a { background-color: #310210; }
a { background-color: rgb(49,2,16); }
div.DivClassName
{
background-color: #310210;
}
.BgClassName
{
background-color: #310210;
}
</style>
border-color css
<style>
span { border-color: #310210; }
span { border-color: rgb(49,2,16); }
td.TdClassName
{
border-color: #310210;
}
.TagClassName
{
border-color: #310210;
}
</style>