Shades of Rustic Red #31010D
Tints of Rustic Red #31010D
RGB
CMYK
RGB Variations
Color information
#31010D (or 0x31010D) is known color: Rustic Red. HEX triplet: 31, 01 and 0D. RGB value is (49,1,13). Sum of RGB (Red+Green+Blue) = 49+1+13=63 (8% of max value = 765). Red value is 49 (19.53% from 255 or 77.78% from 63); Green value is 1 (0.78% from 255 or 1.59% from 63); Blue value is 13 (5.47% from 255 or 20.63% from 63); Max value from RGB is 49 - color contains mainly: red. Hex color #31010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31010D is #CEFEF2. Grayscale: #101010. Windows color (decimal): -13565683 or 852273. OLE color: 852273.
HSL color Cylindrical-coordinate representation of color #31010D: hue angle of 345º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31010D is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 1 | 13 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.81 |
| HSL | 345º | 0.96% | 0.1% | - |
| HSV(B) | 345º | 0.98% | 0.19% | - |
| XYZ | 1.35 | 0.7 | 0.45 | - |
| YUV | 16.72 | 125.9 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 1 | 13 | 0 | 0.98 | 0.73 | 0.81 | 345 | 0.96 | 0.1 |
| Hex | 31 | 1 | D | 0 | 62 | 49 | 51 | 159 | 60 | A |
| Octal | 61 | 1 | 15 | 0 | 142 | 111 | 121 | 531 | 140 | 12 |
| Binary | 110001 | 1 | 1101 | 0 | 1100010 | 1001001 | 1010001 | 101011001 | 1100000 | 1010 |
Color Harmonies of #31010D
Complementary color
Monochromatic Colors of #31010D
Black with #31010D
Text Example
Text Example
White with #31010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31010D; }
p { color: rgb(49,1,13); }
H1.HeaderClassName
{
color: #31010D;
}
.AnyTagClassName
{
color: #31010D;
}
</style>
background-color css
<style>
a { background-color: #31010D; }
a { background-color: rgb(49,1,13); }
div.DivClassName
{
background-color: #31010D;
}
.BgClassName
{
background-color: #31010D;
}
</style>
border-color css
<style>
span { border-color: #31010D; }
span { border-color: rgb(49,1,13); }
td.TdClassName
{
border-color: #31010D;
}
.TagClassName
{
border-color: #31010D;
}
</style>