Shades of Rustic Red #50000D
Tints of Rustic Red #50000D
RGB
CMYK
RGB Variations
Color information
#50000D (or 0x50000D) is known color: Rustic Red. HEX triplet: 50, 00 and 0D. RGB value is (80,0,13). Sum of RGB (Red+Green+Blue) = 80+0+13=93 (12% of max value = 765). Red value is 80 (31.64% from 255 or 86.02% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 80 - color contains mainly: red. Hex color #50000D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50000D is #AFFFF2. Grayscale: #191919. Windows color (decimal): -11534323 or 852048. OLE color: 852048.
HSL color Cylindrical-coordinate representation of color #50000D: hue angle of 350.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50000D is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.84 | 0.69 |
| HSL | 350.25º | 1% | 0.16% | - |
| HSV(B) | 350.25º | 1% | 0.31% | - |
| XYZ | 3.38 | 1.73 | 0.54 | - |
| YUV | 25.4 | 121 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 13 | 0 | 1 | 0.84 | 0.69 | 350.25 | 1 | 0.16 |
| Hex | 50 | 0 | D | 0 | 64 | 54 | 45 | 15E | 64 | 10 |
| Octal | 120 | 0 | 15 | 0 | 144 | 124 | 105 | 536 | 144 | 20 |
| Binary | 1010000 | 0 | 1101 | 0 | 1100100 | 1010100 | 1000101 | 101011110 | 1100100 | 10000 |
Color Harmonies of #50000D
Complementary color
Monochromatic Colors of #50000D
Black with #50000D
Text Example
Text Example
White with #50000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50000D; }
p { color: rgb(80,0,13); }
H1.HeaderClassName
{
color: #50000D;
}
.AnyTagClassName
{
color: #50000D;
}
</style>
background-color css
<style>
a { background-color: #50000D; }
a { background-color: rgb(80,0,13); }
div.DivClassName
{
background-color: #50000D;
}
.BgClassName
{
background-color: #50000D;
}
</style>
border-color css
<style>
span { border-color: #50000D; }
span { border-color: rgb(80,0,13); }
td.TdClassName
{
border-color: #50000D;
}
.TagClassName
{
border-color: #50000D;
}
</style>