Shades of Rustic Red #31060C
Tints of Rustic Red #31060C
RGB
CMYK
RGB Variations
Color information
#31060C (or 0x31060C) is known color: Rustic Red. HEX triplet: 31, 06 and 0C. RGB value is (49,6,12). Sum of RGB (Red+Green+Blue) = 49+6+12=67 (8% of max value = 765). Red value is 49 (19.53% from 255 or 73.13% from 67); Green value is 6 (2.73% from 255 or 8.96% from 67); Blue value is 12 (5.08% from 255 or 17.91% from 67); Max value from RGB is 49 - color contains mainly: red. Hex color #31060C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31060C is #CEF9F3. Grayscale: #131313. Windows color (decimal): -13564404 or 788017. OLE color: 788017.
HSL color Cylindrical-coordinate representation of color #31060C: hue angle of 351.63º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31060C is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 6 | 12 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.81 |
| HSL | 351.63º | 0.78% | 0.11% | - |
| HSV(B) | 351.63º | 0.88% | 0.19% | - |
| XYZ | 1.4 | 0.81 | 0.43 | - |
| YUV | 19.54 | 123.75 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 6 | 12 | 0 | 0.88 | 0.76 | 0.81 | 351.63 | 0.78 | 0.11 |
| Hex | 31 | 6 | C | 0 | 58 | 4C | 51 | 160 | 4E | B |
| Octal | 61 | 6 | 14 | 0 | 130 | 114 | 121 | 540 | 116 | 13 |
| Binary | 110001 | 110 | 1100 | 0 | 1011000 | 1001100 | 1010001 | 101100000 | 1001110 | 1011 |
Color Harmonies of #31060C
Complementary color
Monochromatic Colors of #31060C
Black with #31060C
Text Example
Text Example
White with #31060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31060C; }
p { color: rgb(49,6,12); }
H1.HeaderClassName
{
color: #31060C;
}
.AnyTagClassName
{
color: #31060C;
}
</style>
background-color css
<style>
a { background-color: #31060C; }
a { background-color: rgb(49,6,12); }
div.DivClassName
{
background-color: #31060C;
}
.BgClassName
{
background-color: #31060C;
}
</style>
border-color css
<style>
span { border-color: #31060C; }
span { border-color: rgb(49,6,12); }
td.TdClassName
{
border-color: #31060C;
}
.TagClassName
{
border-color: #31060C;
}
</style>