Shades of Rustic Red #50040D
Tints of Rustic Red #50040D
RGB
CMYK
RGB Variations
Color information
#50040D (or 0x50040D) is known color: Rustic Red. HEX triplet: 50, 04 and 0D. RGB value is (80,4,13). Sum of RGB (Red+Green+Blue) = 80+4+13=97 (12% of max value = 765). Red value is 80 (31.64% from 255 or 82.47% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 80 - color contains mainly: red. Hex color #50040D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50040D is #AFFBF2. Grayscale: #1B1B1B. Windows color (decimal): -11533299 or 853072. OLE color: 853072.
HSL color Cylindrical-coordinate representation of color #50040D: hue angle of 352.89º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #50040D is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 4 | 13 | - |
| CMYK | 0 | 0.95 | 0.84 | 0.69 |
| HSL | 352.89º | 0.9% | 0.16% | - |
| HSV(B) | 352.89º | 0.95% | 0.31% | - |
| XYZ | 3.42 | 1.82 | 0.55 | - |
| YUV | 27.75 | 119.68 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 4 | 13 | 0 | 0.95 | 0.84 | 0.69 | 352.89 | 0.9 | 0.16 |
| Hex | 50 | 4 | D | 0 | 5F | 54 | 45 | 161 | 5A | 10 |
| Octal | 120 | 4 | 15 | 0 | 137 | 124 | 105 | 541 | 132 | 20 |
| Binary | 1010000 | 100 | 1101 | 0 | 1011111 | 1010100 | 1000101 | 101100001 | 1011010 | 10000 |
Color Harmonies of #50040D
Complementary color
Monochromatic Colors of #50040D
Black with #50040D
Text Example
Text Example
White with #50040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50040D; }
p { color: rgb(80,4,13); }
H1.HeaderClassName
{
color: #50040D;
}
.AnyTagClassName
{
color: #50040D;
}
</style>
background-color css
<style>
a { background-color: #50040D; }
a { background-color: rgb(80,4,13); }
div.DivClassName
{
background-color: #50040D;
}
.BgClassName
{
background-color: #50040D;
}
</style>
border-color css
<style>
span { border-color: #50040D; }
span { border-color: rgb(80,4,13); }
td.TdClassName
{
border-color: #50040D;
}
.TagClassName
{
border-color: #50040D;
}
</style>