Shades of Rustic Red #31191B
Tints of Rustic Red #31191B
RGB
CMYK
RGB Variations
Color information
#31191B (or 0x31191B) is known color: Rustic Red. HEX triplet: 31, 19 and 1B. RGB value is (49,25,27). Sum of RGB (Red+Green+Blue) = 49+25+27=101 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.51% from 101); Green value is 25 (10.16% from 255 or 24.75% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 49 - color contains mainly: red. Hex color #31191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31191B is #CEE6E4. Grayscale: #202020. Windows color (decimal): -13559525 or 1775921. OLE color: 1775921.
HSL color Cylindrical-coordinate representation of color #31191B: hue angle of 355º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #31191B is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 25 | 27 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.81 |
| HSL | 355º | 0.32% | 0.15% | - |
| HSV(B) | 355º | 0.49% | 0.19% | - |
| XYZ | 1.81 | 1.43 | 1.22 | - |
| YUV | 32.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 25 | 27 | 0 | 0.49 | 0.45 | 0.81 | 355 | 0.32 | 0.15 |
| Hex | 31 | 19 | 1B | 0 | 31 | 2D | 51 | 163 | 20 | F |
| Octal | 61 | 31 | 33 | 0 | 61 | 55 | 121 | 543 | 40 | 17 |
| Binary | 110001 | 11001 | 11011 | 0 | 110001 | 101101 | 1010001 | 101100011 | 100000 | 1111 |
Color Harmonies of #31191B
Complementary color
Monochromatic Colors of #31191B
Black with #31191B
Text Example
Text Example
White with #31191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31191B; }
p { color: rgb(49,25,27); }
H1.HeaderClassName
{
color: #31191B;
}
.AnyTagClassName
{
color: #31191B;
}
</style>
background-color css
<style>
a { background-color: #31191B; }
a { background-color: rgb(49,25,27); }
div.DivClassName
{
background-color: #31191B;
}
.BgClassName
{
background-color: #31191B;
}
</style>
border-color css
<style>
span { border-color: #31191B; }
span { border-color: rgb(49,25,27); }
td.TdClassName
{
border-color: #31191B;
}
.TagClassName
{
border-color: #31191B;
}
</style>