Shades of Rustic Red #310B0E
Tints of Rustic Red #310B0E
RGB
CMYK
RGB Variations
Color information
#310B0E (or 0x310B0E) is known color: Rustic Red. HEX triplet: 31, 0B and 0E. RGB value is (49,11,14). Sum of RGB (Red+Green+Blue) = 49+11+14=74 (9% of max value = 765). Red value is 49 (19.53% from 255 or 66.22% from 74); Green value is 11 (4.69% from 255 or 14.86% from 74); Blue value is 14 (5.86% from 255 or 18.92% from 74); Max value from RGB is 49 - color contains mainly: red. Hex color #310B0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310B0E is #CEF4F1. Grayscale: #161616. Windows color (decimal): -13563122 or 920369. OLE color: 920369.
HSL color Cylindrical-coordinate representation of color #310B0E: hue angle of 355.26º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #310B0E is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 11 | 14 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.81 |
| HSL | 355.26º | 0.63% | 0.12% | - |
| HSV(B) | 355.26º | 0.78% | 0.19% | - |
| XYZ | 1.47 | 0.92 | 0.52 | - |
| YUV | 22.7 | 123.09 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 11 | 14 | 0 | 0.78 | 0.71 | 0.81 | 355.26 | 0.63 | 0.12 |
| Hex | 31 | B | E | 0 | 4E | 47 | 51 | 163 | 3F | C |
| Octal | 61 | 13 | 16 | 0 | 116 | 107 | 121 | 543 | 77 | 14 |
| Binary | 110001 | 1011 | 1110 | 0 | 1001110 | 1000111 | 1010001 | 101100011 | 111111 | 1100 |
Color Harmonies of #310B0E
Complementary color
Monochromatic Colors of #310B0E
Black with #310B0E
Text Example
Text Example
White with #310B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310B0E; }
p { color: rgb(49,11,14); }
H1.HeaderClassName
{
color: #310B0E;
}
.AnyTagClassName
{
color: #310B0E;
}
</style>
background-color css
<style>
a { background-color: #310B0E; }
a { background-color: rgb(49,11,14); }
div.DivClassName
{
background-color: #310B0E;
}
.BgClassName
{
background-color: #310B0E;
}
</style>
border-color css
<style>
span { border-color: #310B0E; }
span { border-color: rgb(49,11,14); }
td.TdClassName
{
border-color: #310B0E;
}
.TagClassName
{
border-color: #310B0E;
}
</style>