Shades of Rustic Red #31191A
Tints of Rustic Red #31191A
RGB
CMYK
RGB Variations
Color information
#31191A (or 0x31191A) is known color: Rustic Red. HEX triplet: 31, 19 and 1A. RGB value is (49,25,26). Sum of RGB (Red+Green+Blue) = 49+25+26=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 25 (10.16% from 255 or 25% from 100); Blue value is 26 (10.55% from 255 or 26% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #31191A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31191A is #CEE6E5. Grayscale: #202020. Windows color (decimal): -13559526 or 1710385. OLE color: 1710385.
HSL color Cylindrical-coordinate representation of color #31191A: hue angle of 357.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 #31191A is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 25 | 26 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.81 |
| HSL | 357.5º | 0.32% | 0.15% | - |
| HSV(B) | 357.5º | 0.49% | 0.19% | - |
| XYZ | 1.8 | 1.42 | 1.16 | - |
| YUV | 32.29 | 124.45 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 25 | 26 | 0 | 0.49 | 0.47 | 0.81 | 357.5 | 0.32 | 0.15 |
| Hex | 31 | 19 | 1A | 0 | 31 | 2F | 51 | 166 | 20 | F |
| Octal | 61 | 31 | 32 | 0 | 61 | 57 | 121 | 546 | 40 | 17 |
| Binary | 110001 | 11001 | 11010 | 0 | 110001 | 101111 | 1010001 | 101100110 | 100000 | 1111 |
Color Harmonies of #31191A
Complementary color
Monochromatic Colors of #31191A
Black with #31191A
Text Example
Text Example
White with #31191A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31191A; }
p { color: rgb(49,25,26); }
H1.HeaderClassName
{
color: #31191A;
}
.AnyTagClassName
{
color: #31191A;
}
</style>
background-color css
<style>
a { background-color: #31191A; }
a { background-color: rgb(49,25,26); }
div.DivClassName
{
background-color: #31191A;
}
.BgClassName
{
background-color: #31191A;
}
</style>
border-color css
<style>
span { border-color: #31191A; }
span { border-color: rgb(49,25,26); }
td.TdClassName
{
border-color: #31191A;
}
.TagClassName
{
border-color: #31191A;
}
</style>