Shades of Rustic Red #310F17
Tints of Rustic Red #310F17
RGB
CMYK
RGB Variations
Color information
#310F17 (or 0x310F17) is known color: Rustic Red. HEX triplet: 31, 0F and 17. RGB value is (49,15,23). Sum of RGB (Red+Green+Blue) = 49+15+23=87 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.32% from 87); Green value is 15 (6.25% from 255 or 17.24% from 87); Blue value is 23 (9.38% from 255 or 26.44% from 87); Max value from RGB is 49 - color contains mainly: red. Hex color #310F17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310F17 is #CEF0E8. Grayscale: #1A1A1A. Windows color (decimal): -13562089 or 1511217. OLE color: 1511217.
HSL color Cylindrical-coordinate representation of color #310F17: hue angle of 345.88º 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 #310F17 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 15 | 23 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.81 |
| HSL | 345.88º | 0.53% | 0.13% | - |
| HSV(B) | 345.88º | 0.69% | 0.19% | - |
| XYZ | 1.59 | 1.06 | 0.93 | - |
| YUV | 26.08 | 126.26 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 15 | 23 | 0 | 0.69 | 0.53 | 0.81 | 345.88 | 0.53 | 0.13 |
| Hex | 31 | F | 17 | 0 | 45 | 35 | 51 | 15A | 35 | D |
| Octal | 61 | 17 | 27 | 0 | 105 | 65 | 121 | 532 | 65 | 15 |
| Binary | 110001 | 1111 | 10111 | 0 | 1000101 | 110101 | 1010001 | 101011010 | 110101 | 1101 |
Color Harmonies of #310F17
Complementary color
Monochromatic Colors of #310F17
Black with #310F17
Text Example
Text Example
White with #310F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310F17; }
p { color: rgb(49,15,23); }
H1.HeaderClassName
{
color: #310F17;
}
.AnyTagClassName
{
color: #310F17;
}
</style>
background-color css
<style>
a { background-color: #310F17; }
a { background-color: rgb(49,15,23); }
div.DivClassName
{
background-color: #310F17;
}
.BgClassName
{
background-color: #310F17;
}
</style>
border-color css
<style>
span { border-color: #310F17; }
span { border-color: rgb(49,15,23); }
td.TdClassName
{
border-color: #310F17;
}
.TagClassName
{
border-color: #310F17;
}
</style>