Shades of Rustic Red #50020C
Tints of Rustic Red #50020C
RGB
CMYK
RGB Variations
Color information
#50020C (or 0x50020C) is known color: Rustic Red. HEX triplet: 50, 02 and 0C. RGB value is (80,2,12). Sum of RGB (Red+Green+Blue) = 80+2+12=94 (12% of max value = 765). Red value is 80 (31.64% from 255 or 85.11% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 80 - color contains mainly: red. Hex color #50020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50020C is #AFFDF3. Grayscale: #1A1A1A. Windows color (decimal): -11533812 or 787024. OLE color: 787024.
HSL color Cylindrical-coordinate representation of color #50020C: hue angle of 352.31º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50020C is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 2 | 12 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.69 |
| HSL | 352.31º | 0.95% | 0.16% | - |
| HSV(B) | 352.31º | 0.98% | 0.31% | - |
| XYZ | 3.4 | 1.78 | 0.51 | - |
| YUV | 26.46 | 119.84 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 12 | 0 | 0.98 | 0.85 | 0.69 | 352.31 | 0.95 | 0.16 |
| Hex | 50 | 2 | C | 0 | 62 | 55 | 45 | 160 | 5F | 10 |
| Octal | 120 | 2 | 14 | 0 | 142 | 125 | 105 | 540 | 137 | 20 |
| Binary | 1010000 | 10 | 1100 | 0 | 1100010 | 1010101 | 1000101 | 101100000 | 1011111 | 10000 |
Color Harmonies of #50020C
Complementary color
Monochromatic Colors of #50020C
Black with #50020C
Text Example
Text Example
White with #50020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50020C; }
p { color: rgb(80,2,12); }
H1.HeaderClassName
{
color: #50020C;
}
.AnyTagClassName
{
color: #50020C;
}
</style>
background-color css
<style>
a { background-color: #50020C; }
a { background-color: rgb(80,2,12); }
div.DivClassName
{
background-color: #50020C;
}
.BgClassName
{
background-color: #50020C;
}
</style>
border-color css
<style>
span { border-color: #50020C; }
span { border-color: rgb(80,2,12); }
td.TdClassName
{
border-color: #50020C;
}
.TagClassName
{
border-color: #50020C;
}
</style>