Shades of Rustic Red #310A0C
Tints of Rustic Red #310A0C
RGB
CMYK
RGB Variations
Color information
#310A0C (or 0x310A0C) is known color: Rustic Red. HEX triplet: 31, 0A and 0C. RGB value is (49,10,12). Sum of RGB (Red+Green+Blue) = 49+10+12=71 (9% of max value = 765). Red value is 49 (19.53% from 255 or 69.01% from 71); Green value is 10 (4.30% from 255 or 14.08% from 71); Blue value is 12 (5.08% from 255 or 16.90% from 71); Max value from RGB is 49 - color contains mainly: red. Hex color #310A0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310A0C is #CEF5F3. Grayscale: #151515. Windows color (decimal): -13563380 or 789041. OLE color: 789041.
HSL color Cylindrical-coordinate representation of color #310A0C: hue angle of 356.92º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #310A0C is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 10 | 12 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.81 |
| HSL | 356.92º | 0.66% | 0.12% | - |
| HSV(B) | 356.92º | 0.8% | 0.19% | - |
| XYZ | 1.44 | 0.9 | 0.44 | - |
| YUV | 21.89 | 122.42 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 10 | 12 | 0 | 0.80 | 0.76 | 0.81 | 356.92 | 0.66 | 0.12 |
| Hex | 31 | A | C | 0 | 50 | 4C | 51 | 165 | 42 | C |
| Octal | 61 | 12 | 14 | 0 | 120 | 114 | 121 | 545 | 102 | 14 |
| Binary | 110001 | 1010 | 1100 | 0 | 1010000 | 1001100 | 1010001 | 101100101 | 1000010 | 1100 |
Color Harmonies of #310A0C
Complementary color
Monochromatic Colors of #310A0C
Black with #310A0C
Text Example
Text Example
White with #310A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310A0C; }
p { color: rgb(49,10,12); }
H1.HeaderClassName
{
color: #310A0C;
}
.AnyTagClassName
{
color: #310A0C;
}
</style>
background-color css
<style>
a { background-color: #310A0C; }
a { background-color: rgb(49,10,12); }
div.DivClassName
{
background-color: #310A0C;
}
.BgClassName
{
background-color: #310A0C;
}
</style>
border-color css
<style>
span { border-color: #310A0C; }
span { border-color: rgb(49,10,12); }
td.TdClassName
{
border-color: #310A0C;
}
.TagClassName
{
border-color: #310A0C;
}
</style>