Shades of Rustic Red #310F19
Tints of Rustic Red #310F19
RGB
CMYK
RGB Variations
Color information
#310F19 (or 0x310F19) is known color: Rustic Red. HEX triplet: 31, 0F and 19. RGB value is (49,15,25). Sum of RGB (Red+Green+Blue) = 49+15+25=89 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.06% from 89); Green value is 15 (6.25% from 255 or 16.85% from 89); Blue value is 25 (10.16% from 255 or 28.09% from 89); Max value from RGB is 49 - color contains mainly: red. Hex color #310F19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310F19 is #CEF0E6. Grayscale: #1A1A1A. Windows color (decimal): -13562087 or 1642289. OLE color: 1642289.
HSL color Cylindrical-coordinate representation of color #310F19: hue angle of 342.35º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #310F19 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 15 | 25 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.81 |
| HSL | 342.35º | 0.53% | 0.13% | - |
| HSV(B) | 342.35º | 0.69% | 0.19% | - |
| XYZ | 1.61 | 1.06 | 1.04 | - |
| YUV | 26.31 | 127.26 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 15 | 25 | 0 | 0.69 | 0.49 | 0.81 | 342.35 | 0.53 | 0.13 |
| Hex | 31 | F | 19 | 0 | 45 | 31 | 51 | 156 | 35 | D |
| Octal | 61 | 17 | 31 | 0 | 105 | 61 | 121 | 526 | 65 | 15 |
| Binary | 110001 | 1111 | 11001 | 0 | 1000101 | 110001 | 1010001 | 101010110 | 110101 | 1101 |
Color Harmonies of #310F19
Complementary color
Monochromatic Colors of #310F19
Black with #310F19
Text Example
Text Example
White with #310F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310F19; }
p { color: rgb(49,15,25); }
H1.HeaderClassName
{
color: #310F19;
}
.AnyTagClassName
{
color: #310F19;
}
</style>
background-color css
<style>
a { background-color: #310F19; }
a { background-color: rgb(49,15,25); }
div.DivClassName
{
background-color: #310F19;
}
.BgClassName
{
background-color: #310F19;
}
</style>
border-color css
<style>
span { border-color: #310F19; }
span { border-color: rgb(49,15,25); }
td.TdClassName
{
border-color: #310F19;
}
.TagClassName
{
border-color: #310F19;
}
</style>