Shades of Rustic Red #31181A
Tints of Rustic Red #31181A
RGB
CMYK
RGB Variations
Color information
#31181A (or 0x31181A) is known color: Rustic Red. HEX triplet: 31, 18 and 1A. RGB value is (49,24,26). Sum of RGB (Red+Green+Blue) = 49+24+26=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 26 (10.55% from 255 or 26.26% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #31181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31181A is #CEE7E5. Grayscale: #1F1F1F. Windows color (decimal): -13559782 or 1710129. OLE color: 1710129.
HSL color Cylindrical-coordinate representation of color #31181A: hue angle of 355.2º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #31181A is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 24 | 26 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.81 |
| HSL | 355.2º | 0.34% | 0.14% | - |
| HSV(B) | 355.2º | 0.51% | 0.19% | - |
| XYZ | 1.78 | 1.38 | 1.15 | - |
| YUV | 31.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 24 | 26 | 0 | 0.51 | 0.47 | 0.81 | 355.2 | 0.34 | 0.14 |
| Hex | 31 | 18 | 1A | 0 | 33 | 2F | 51 | 163 | 22 | E |
| Octal | 61 | 30 | 32 | 0 | 63 | 57 | 121 | 543 | 42 | 16 |
| Binary | 110001 | 11000 | 11010 | 0 | 110011 | 101111 | 1010001 | 101100011 | 100010 | 1110 |
Color Harmonies of #31181A
Complementary color
Monochromatic Colors of #31181A
Black with #31181A
Text Example
Text Example
White with #31181A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31181A; }
p { color: rgb(49,24,26); }
H1.HeaderClassName
{
color: #31181A;
}
.AnyTagClassName
{
color: #31181A;
}
</style>
background-color css
<style>
a { background-color: #31181A; }
a { background-color: rgb(49,24,26); }
div.DivClassName
{
background-color: #31181A;
}
.BgClassName
{
background-color: #31181A;
}
</style>
border-color css
<style>
span { border-color: #31181A; }
span { border-color: rgb(49,24,26); }
td.TdClassName
{
border-color: #31181A;
}
.TagClassName
{
border-color: #31181A;
}
</style>