Shades of Rustic Red #31020C
Tints of Rustic Red #31020C
RGB
CMYK
RGB Variations
Color information
#31020C (or 0x31020C) is known color: Rustic Red. HEX triplet: 31, 02 and 0C. RGB value is (49,2,12). Sum of RGB (Red+Green+Blue) = 49+2+12=63 (8% of max value = 765). Red value is 49 (19.53% from 255 or 77.78% from 63); Green value is 2 (1.17% from 255 or 3.17% from 63); Blue value is 12 (5.08% from 255 or 19.05% from 63); Max value from RGB is 49 - color contains mainly: red. Hex color #31020C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31020C is #CEFDF3. Grayscale: #111111. Windows color (decimal): -13565428 or 786993. OLE color: 786993.
HSL color Cylindrical-coordinate representation of color #31020C: hue angle of 347.23º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31020C is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 2 | 12 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.81 |
| HSL | 347.23º | 0.92% | 0.1% | - |
| HSV(B) | 347.23º | 0.96% | 0.19% | - |
| XYZ | 1.35 | 0.72 | 0.42 | - |
| YUV | 17.19 | 125.07 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 2 | 12 | 0 | 0.96 | 0.76 | 0.81 | 347.23 | 0.92 | 0.1 |
| Hex | 31 | 2 | C | 0 | 60 | 4C | 51 | 15B | 5C | A |
| Octal | 61 | 2 | 14 | 0 | 140 | 114 | 121 | 533 | 134 | 12 |
| Binary | 110001 | 10 | 1100 | 0 | 1100000 | 1001100 | 1010001 | 101011011 | 1011100 | 1010 |
Color Harmonies of #31020C
Complementary color
Monochromatic Colors of #31020C
Black with #31020C
Text Example
Text Example
White with #31020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31020C; }
p { color: rgb(49,2,12); }
H1.HeaderClassName
{
color: #31020C;
}
.AnyTagClassName
{
color: #31020C;
}
</style>
background-color css
<style>
a { background-color: #31020C; }
a { background-color: rgb(49,2,12); }
div.DivClassName
{
background-color: #31020C;
}
.BgClassName
{
background-color: #31020C;
}
</style>
border-color css
<style>
span { border-color: #31020C; }
span { border-color: rgb(49,2,12); }
td.TdClassName
{
border-color: #31020C;
}
.TagClassName
{
border-color: #31020C;
}
</style>