Shades of Rustic Red #31121B
Tints of Rustic Red #31121B
RGB
CMYK
RGB Variations
Color information
#31121B (or 0x31121B) is known color: Rustic Red. HEX triplet: 31, 12 and 1B. RGB value is (49,18,27). Sum of RGB (Red+Green+Blue) = 49+18+27=94 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.13% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 49 - color contains mainly: red. Hex color #31121B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31121B is #CEEDE4. Grayscale: #1C1C1C. Windows color (decimal): -13561317 or 1774129. OLE color: 1774129.
HSL color Cylindrical-coordinate representation of color #31121B: hue angle of 342.58º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31121B is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 18 | 27 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.81 |
| HSL | 342.58º | 0.46% | 0.13% | - |
| HSV(B) | 342.58º | 0.63% | 0.19% | - |
| XYZ | 1.68 | 1.16 | 1.17 | - |
| YUV | 28.3 | 127.27 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 18 | 27 | 0 | 0.63 | 0.45 | 0.81 | 342.58 | 0.46 | 0.13 |
| Hex | 31 | 12 | 1B | 0 | 3F | 2D | 51 | 157 | 2E | D |
| Octal | 61 | 22 | 33 | 0 | 77 | 55 | 121 | 527 | 56 | 15 |
| Binary | 110001 | 10010 | 11011 | 0 | 111111 | 101101 | 1010001 | 101010111 | 101110 | 1101 |
Color Harmonies of #31121B
Complementary color
Monochromatic Colors of #31121B
Black with #31121B
Text Example
Text Example
White with #31121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31121B; }
p { color: rgb(49,18,27); }
H1.HeaderClassName
{
color: #31121B;
}
.AnyTagClassName
{
color: #31121B;
}
</style>
background-color css
<style>
a { background-color: #31121B; }
a { background-color: rgb(49,18,27); }
div.DivClassName
{
background-color: #31121B;
}
.BgClassName
{
background-color: #31121B;
}
</style>
border-color css
<style>
span { border-color: #31121B; }
span { border-color: rgb(49,18,27); }
td.TdClassName
{
border-color: #31121B;
}
.TagClassName
{
border-color: #31121B;
}
</style>