Shades of Rustic Red #310213
Tints of Rustic Red #310213
RGB
CMYK
RGB Variations
Color information
#310213 (or 0x310213) is known color: Rustic Red. HEX triplet: 31, 02 and 13. RGB value is (49,2,19). Sum of RGB (Red+Green+Blue) = 49+2+19=70 (9% of max value = 765). Red value is 49 (19.53% from 255 or 70% from 70); Green value is 2 (1.17% from 255 or 2.86% from 70); Blue value is 19 (7.81% from 255 or 27.14% from 70); Max value from RGB is 49 - color contains mainly: red. Hex color #310213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310213 is #CEFDEC. Grayscale: #111111. Windows color (decimal): -13565421 or 1245745. OLE color: 1245745.
HSL color Cylindrical-coordinate representation of color #310213: hue angle of 338.3º 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 #310213 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 2 | 19 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.81 |
| HSL | 338.3º | 0.92% | 0.1% | - |
| HSV(B) | 338.3º | 0.96% | 0.19% | - |
| XYZ | 1.41 | 0.74 | 0.69 | - |
| YUV | 17.99 | 128.57 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 2 | 19 | 0 | 0.96 | 0.61 | 0.81 | 338.3 | 0.92 | 0.1 |
| Hex | 31 | 2 | 13 | 0 | 60 | 3D | 51 | 152 | 5C | A |
| Octal | 61 | 2 | 23 | 0 | 140 | 75 | 121 | 522 | 134 | 12 |
| Binary | 110001 | 10 | 10011 | 0 | 1100000 | 111101 | 1010001 | 101010010 | 1011100 | 1010 |
Color Harmonies of #310213
Complementary color
Monochromatic Colors of #310213
Black with #310213
Text Example
Text Example
White with #310213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310213; }
p { color: rgb(49,2,19); }
H1.HeaderClassName
{
color: #310213;
}
.AnyTagClassName
{
color: #310213;
}
</style>
background-color css
<style>
a { background-color: #310213; }
a { background-color: rgb(49,2,19); }
div.DivClassName
{
background-color: #310213;
}
.BgClassName
{
background-color: #310213;
}
</style>
border-color css
<style>
span { border-color: #310213; }
span { border-color: rgb(49,2,19); }
td.TdClassName
{
border-color: #310213;
}
.TagClassName
{
border-color: #310213;
}
</style>