Shades of Rustic Red #50060D
Tints of Rustic Red #50060D
RGB
CMYK
RGB Variations
Color information
#50060D (or 0x50060D) is known color: Rustic Red. HEX triplet: 50, 06 and 0D. RGB value is (80,6,13). Sum of RGB (Red+Green+Blue) = 80+6+13=99 (13% of max value = 765). Red value is 80 (31.64% from 255 or 80.81% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 80 - color contains mainly: red. Hex color #50060D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50060D is #AFF9F2. Grayscale: #1C1C1C. Windows color (decimal): -11532787 or 853584. OLE color: 853584.
HSL color Cylindrical-coordinate representation of color #50060D: hue angle of 354.32º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50060D is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 6 | 13 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.69 |
| HSL | 354.32º | 0.86% | 0.17% | - |
| HSV(B) | 354.32º | 0.93% | 0.31% | - |
| XYZ | 3.45 | 1.86 | 0.56 | - |
| YUV | 28.92 | 119.02 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 6 | 13 | 0 | 0.92 | 0.84 | 0.69 | 354.32 | 0.86 | 0.17 |
| Hex | 50 | 6 | D | 0 | 5C | 54 | 45 | 162 | 56 | 11 |
| Octal | 120 | 6 | 15 | 0 | 134 | 124 | 105 | 542 | 126 | 21 |
| Binary | 1010000 | 110 | 1101 | 0 | 1011100 | 1010100 | 1000101 | 101100010 | 1010110 | 10001 |
Color Harmonies of #50060D
Complementary color
Monochromatic Colors of #50060D
Black with #50060D
Text Example
Text Example
White with #50060D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50060D; }
p { color: rgb(80,6,13); }
H1.HeaderClassName
{
color: #50060D;
}
.AnyTagClassName
{
color: #50060D;
}
</style>
background-color css
<style>
a { background-color: #50060D; }
a { background-color: rgb(80,6,13); }
div.DivClassName
{
background-color: #50060D;
}
.BgClassName
{
background-color: #50060D;
}
</style>
border-color css
<style>
span { border-color: #50060D; }
span { border-color: rgb(80,6,13); }
td.TdClassName
{
border-color: #50060D;
}
.TagClassName
{
border-color: #50060D;
}
</style>