Shades of Rustic Red #31050D
Tints of Rustic Red #31050D
RGB
CMYK
RGB Variations
Color information
#31050D (or 0x31050D) is known color: Rustic Red. HEX triplet: 31, 05 and 0D. RGB value is (49,5,13). Sum of RGB (Red+Green+Blue) = 49+5+13=67 (8% of max value = 765). Red value is 49 (19.53% from 255 or 73.13% from 67); Green value is 5 (2.34% from 255 or 7.46% from 67); Blue value is 13 (5.47% from 255 or 19.40% from 67); Max value from RGB is 49 - color contains mainly: red. Hex color #31050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31050D is #CEFAF2. Grayscale: #131313. Windows color (decimal): -13564659 or 853297. OLE color: 853297.
HSL color Cylindrical-coordinate representation of color #31050D: hue angle of 349.09º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31050D is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 5 | 13 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.81 |
| HSL | 349.09º | 0.81% | 0.11% | - |
| HSV(B) | 349.09º | 0.9% | 0.19% | - |
| XYZ | 1.39 | 0.79 | 0.46 | - |
| YUV | 19.07 | 124.58 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 5 | 13 | 0 | 0.90 | 0.73 | 0.81 | 349.09 | 0.81 | 0.11 |
| Hex | 31 | 5 | D | 0 | 5A | 49 | 51 | 15D | 51 | B |
| Octal | 61 | 5 | 15 | 0 | 132 | 111 | 121 | 535 | 121 | 13 |
| Binary | 110001 | 101 | 1101 | 0 | 1011010 | 1001001 | 1010001 | 101011101 | 1010001 | 1011 |
Color Harmonies of #31050D
Complementary color
Monochromatic Colors of #31050D
Black with #31050D
Text Example
Text Example
White with #31050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31050D; }
p { color: rgb(49,5,13); }
H1.HeaderClassName
{
color: #31050D;
}
.AnyTagClassName
{
color: #31050D;
}
</style>
background-color css
<style>
a { background-color: #31050D; }
a { background-color: rgb(49,5,13); }
div.DivClassName
{
background-color: #31050D;
}
.BgClassName
{
background-color: #31050D;
}
</style>
border-color css
<style>
span { border-color: #31050D; }
span { border-color: rgb(49,5,13); }
td.TdClassName
{
border-color: #31050D;
}
.TagClassName
{
border-color: #31050D;
}
</style>