Shades of Rustic Red #31030C
Tints of Rustic Red #31030C
RGB
CMYK
RGB Variations
Color information
#31030C (or 0x31030C) is known color: Rustic Red. HEX triplet: 31, 03 and 0C. RGB value is (49,3,12). Sum of RGB (Red+Green+Blue) = 49+3+12=64 (8% of max value = 765). Red value is 49 (19.53% from 255 or 76.56% from 64); Green value is 3 (1.56% from 255 or 4.69% from 64); Blue value is 12 (5.08% from 255 or 18.75% from 64); Max value from RGB is 49 - color contains mainly: red. Hex color #31030C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31030C is #CEFCF3. Grayscale: #111111. Windows color (decimal): -13565172 or 787249. OLE color: 787249.
HSL color Cylindrical-coordinate representation of color #31030C: hue angle of 348.26º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #31030C is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 3 | 12 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.81 |
| HSL | 348.26º | 0.88% | 0.1% | - |
| HSV(B) | 348.26º | 0.94% | 0.19% | - |
| XYZ | 1.37 | 0.74 | 0.42 | - |
| YUV | 17.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 3 | 12 | 0 | 0.94 | 0.76 | 0.81 | 348.26 | 0.88 | 0.1 |
| Hex | 31 | 3 | C | 0 | 5E | 4C | 51 | 15C | 58 | A |
| Octal | 61 | 3 | 14 | 0 | 136 | 114 | 121 | 534 | 130 | 12 |
| Binary | 110001 | 11 | 1100 | 0 | 1011110 | 1001100 | 1010001 | 101011100 | 1011000 | 1010 |
Color Harmonies of #31030C
Complementary color
Monochromatic Colors of #31030C
Black with #31030C
Text Example
Text Example
White with #31030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31030C; }
p { color: rgb(49,3,12); }
H1.HeaderClassName
{
color: #31030C;
}
.AnyTagClassName
{
color: #31030C;
}
</style>
background-color css
<style>
a { background-color: #31030C; }
a { background-color: rgb(49,3,12); }
div.DivClassName
{
background-color: #31030C;
}
.BgClassName
{
background-color: #31030C;
}
</style>
border-color css
<style>
span { border-color: #31030C; }
span { border-color: rgb(49,3,12); }
td.TdClassName
{
border-color: #31030C;
}
.TagClassName
{
border-color: #31030C;
}
</style>