Shades of Rustic Red #31191C
Tints of Rustic Red #31191C
RGB
CMYK
RGB Variations
Color information
#31191C (or 0x31191C) is known color: Rustic Red. HEX triplet: 31, 19 and 1C. RGB value is (49,25,28). Sum of RGB (Red+Green+Blue) = 49+25+28=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 25 (10.16% from 255 or 24.51% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #31191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31191C is #CEE6E3. Grayscale: #202020. Windows color (decimal): -13559524 or 1841457. OLE color: 1841457.
HSL color Cylindrical-coordinate representation of color #31191C: hue angle of 352.5º 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 #31191C is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 25 | 28 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.81 |
| HSL | 352.5º | 0.32% | 0.15% | - |
| HSV(B) | 352.5º | 0.49% | 0.19% | - |
| XYZ | 1.82 | 1.43 | 1.28 | - |
| YUV | 32.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 25 | 28 | 0 | 0.49 | 0.43 | 0.81 | 352.5 | 0.32 | 0.15 |
| Hex | 31 | 19 | 1C | 0 | 31 | 2B | 51 | 160 | 20 | F |
| Octal | 61 | 31 | 34 | 0 | 61 | 53 | 121 | 540 | 40 | 17 |
| Binary | 110001 | 11001 | 11100 | 0 | 110001 | 101011 | 1010001 | 101100000 | 100000 | 1111 |
Color Harmonies of #31191C
Complementary color
Monochromatic Colors of #31191C
Black with #31191C
Text Example
Text Example
White with #31191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31191C; }
p { color: rgb(49,25,28); }
H1.HeaderClassName
{
color: #31191C;
}
.AnyTagClassName
{
color: #31191C;
}
</style>
background-color css
<style>
a { background-color: #31191C; }
a { background-color: rgb(49,25,28); }
div.DivClassName
{
background-color: #31191C;
}
.BgClassName
{
background-color: #31191C;
}
</style>
border-color css
<style>
span { border-color: #31191C; }
span { border-color: rgb(49,25,28); }
td.TdClassName
{
border-color: #31191C;
}
.TagClassName
{
border-color: #31191C;
}
</style>