Shades of Rustic Red #50070C
Tints of Rustic Red #50070C
RGB
CMYK
RGB Variations
Color information
#50070C (or 0x50070C) is known color: Rustic Red. HEX triplet: 50, 07 and 0C. RGB value is (80,7,12). Sum of RGB (Red+Green+Blue) = 80+7+12=99 (13% of max value = 765). Red value is 80 (31.64% from 255 or 80.81% from 99); Green value is 7 (3.12% from 255 or 7.07% from 99); Blue value is 12 (5.08% from 255 or 12.12% from 99); Max value from RGB is 80 - color contains mainly: red. Hex color #50070C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50070C is #AFF8F3. Grayscale: #1D1D1D. Windows color (decimal): -11532532 or 788304. OLE color: 788304.
HSL color Cylindrical-coordinate representation of color #50070C: hue angle of 355.89º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #50070C is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 7 | 12 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.69 |
| HSL | 355.89º | 0.84% | 0.17% | - |
| HSV(B) | 355.89º | 0.91% | 0.31% | - |
| XYZ | 3.45 | 1.88 | 0.53 | - |
| YUV | 29.4 | 118.18 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 12 | 0 | 0.91 | 0.85 | 0.69 | 355.89 | 0.84 | 0.17 |
| Hex | 50 | 7 | C | 0 | 5B | 55 | 45 | 164 | 54 | 11 |
| Octal | 120 | 7 | 14 | 0 | 133 | 125 | 105 | 544 | 124 | 21 |
| Binary | 1010000 | 111 | 1100 | 0 | 1011011 | 1010101 | 1000101 | 101100100 | 1010100 | 10001 |
Color Harmonies of #50070C
Complementary color
Monochromatic Colors of #50070C
Black with #50070C
Text Example
Text Example
White with #50070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50070C; }
p { color: rgb(80,7,12); }
H1.HeaderClassName
{
color: #50070C;
}
.AnyTagClassName
{
color: #50070C;
}
</style>
background-color css
<style>
a { background-color: #50070C; }
a { background-color: rgb(80,7,12); }
div.DivClassName
{
background-color: #50070C;
}
.BgClassName
{
background-color: #50070C;
}
</style>
border-color css
<style>
span { border-color: #50070C; }
span { border-color: rgb(80,7,12); }
td.TdClassName
{
border-color: #50070C;
}
.TagClassName
{
border-color: #50070C;
}
</style>